You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<yacyUrlInfo>
|
|
<!-- Resource metadata -->
|
|
<meta>
|
|
<url>#(error)##[url]#::#(/error)#</url>
|
|
<hash>#(error)##[hash]#::#(/error)#</hash>
|
|
<wordCount>#(error)##[wordCount]#::#(/error)#</wordCount>
|
|
<desc>#(error)##[desc]#::#(/error)#</desc>
|
|
<size>#(error)##[size]#::#(/error)#</size>
|
|
<mimeType>#(error)##[mimeType]#::#(/error)#</mimeType>
|
|
<statusCode>#(error)#0::1::2::3::4::5::6#(/error)#</statusCode>
|
|
<statusText>
|
|
#(error)#OK
|
|
::No URL hash submitted
|
|
::Unable to find URL Entry in DB
|
|
::Invalid URL
|
|
::Unable to download resource content: #[errorText]#
|
|
::Unable to parse resource content: #[errorText]#
|
|
::Unsupported protocol
|
|
#(/error)#
|
|
</statusText>
|
|
</meta>
|
|
<!-- resource body -->
|
|
<body mode="#(viewMode)#::1::2::3#(/viewMode)#">
|
|
#(viewMode)#
|
|
:: <!-- 1 -->
|
|
<![CDATA[#[plainText]#]]>
|
|
:: <!-- 2 -->
|
|
<![CDATA[#[parsedText]#]]>
|
|
:: <!-- 3 -->
|
|
#{sentences}#
|
|
<sentence nr="#[nr]#"><![CDATA[#[text]#]]></sentence>
|
|
#{/sentences}#
|
|
#(/viewMode)#
|
|
</body>
|
|
</yacyUrlInfo> |