*) Bugfix for soap search template: correction for resultCount tags, cdata for snippet tag

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2664 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent d42dcead1d
commit 3433dfb5e2

@ -5,8 +5,8 @@
<description>Search for #[former]#</description>
#(type)#
<totalResultCount>#(num-results)#::::::::::#[totalcount]##(/num-results)#</totalResultCount>
<currentResultCount>#(num-results)#::::::::::#[linkcount]##(/num-results)#</currentResultCount>
<totalResultCount>#(num-results)#::::::::#[totalcount]##(/num-results)#</totalResultCount>
<currentResultCount>#(num-results)#::::::::#[linkcount]##(/num-results)#</currentResultCount>
<!-- StopWords -->
<stopWords>#(excluded)#::#[stopwords]##(/excluded)#</stopWords>
@ -28,7 +28,7 @@
<pubDate>#[date]#</pubDate>
<size>#[size]#</size>
<ranking>YBR-#[ybr]#</ranking>
<snippet>#(snippet)#::#[text]##(/snippet)#</snippet>
<snippet>#(snippet)#::<![CDATA[#[text]##(/snippet)#]]></snippet>
</yacySearchResultItem>
#{/results}#
::

Loading…
Cancel
Save