Adding XML search results NIHVIVO-1303. Adding menu page browse NIHVIVO-632.
This commit is contained in:
parent
a420b6261a
commit
377ca44940
10 changed files with 503 additions and 141 deletions
|
@ -0,0 +1,21 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<responce>
|
||||
|
||||
<lst name="responseHeader">
|
||||
<str name="q">${querytext?xml}</str>
|
||||
<#if nextPage??>
|
||||
<str name="nextPage">${nextPage?xml}</str>
|
||||
</#if>
|
||||
</lst>
|
||||
|
||||
<result name="responce" numFound="${hitsLength}" start="${startIndex}" >
|
||||
<#list individuals as individual>
|
||||
<doc>
|
||||
<str name="uri">${individual.uri}</str>
|
||||
<str name="name">${individual.name}</str>
|
||||
</doc>
|
||||
</#list>
|
||||
</result>
|
||||
|
||||
</responce>
|
Loading…
Add table
Add a link
Reference in a new issue