yacy_search_server/htroot/xml/snippet.xml
orbiter 1377c53aa3 extraction of media links from search results
these links are mixed to the snippets for testing purpose
(a final version will handle this differently)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3069 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-11 01:31:23 +00:00

15 lines
300 B
XML

<?xml version="1.0"?>
<snippet>
<text>#[text]#</text>
<status>#[status]#</status>
<urlHash>#[urlHash]#</urlHash>
<links>#[links]#</links>
#{link}#
<link>
<type>#[type]#</type>
<href>#[href]#</href>
<name>#[name]#</name>
<attr>#[attr]#</attr>
</link>
#{/link}#
</snippet>