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

Loading…
Cancel
Save