*) adding namespace for yacy topwords feature

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@170 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 20 years ago
parent 84f9d8f7f0
commit 6cc4297761

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<rss version="2.0">
<rss version="2.0" xmlns:yacyTopwords="http://www.yacy.net/yacy/topwords">
<channel>
<title>Search for #[former]#</title>
<description>Search for #[former]#</description>
@ -9,15 +9,15 @@
<link>#[url]#</link>
</item>
#{/results}#
<topwords>
#(combine)#
::
#{words}#
<item>
<word>#[word]#</word>
</item>
#{/words}#
#(/combine)#
</topwords>
<yacyTopwords:topwords>
#(combine)#
::
#{words}#
<yacyTopwords:item>
<yacyTopwords:word>#[word]#</yacyTopwords:word>
</yacyTopwords:item>
#{/words}#
#(/combine)#
</yacyTopwords:topwords>
</channel>
</rss>

Loading…
Cancel
Save