Hmmm... HTML should be serialized as HTML, of course!
This commit is contained in:
parent
c79bd8e49c
commit
a7c3525ef6
|
@ -71,12 +71,11 @@
|
||||||
<p:output name="data" id="html-rewritten" debug="rewritten"/>
|
<p:output name="data" id="html-rewritten" debug="rewritten"/>
|
||||||
</p:processor>
|
</p:processor>
|
||||||
|
|
||||||
<p:processor name="oxf:xml-converter">
|
<p:processor name="oxf:html-converter">
|
||||||
<p:input name="config">
|
<p:input name="config">
|
||||||
<config>
|
<config>
|
||||||
<content-type>application/xml</content-type>
|
<content-type>application/xml</content-type>
|
||||||
<encoding>utf-8</encoding>
|
<encoding>utf-8</encoding>
|
||||||
<version>1.0</version>
|
|
||||||
</config>
|
</config>
|
||||||
</p:input>
|
</p:input>
|
||||||
<p:input name="data" href="#html-rewritten"/>
|
<p:input name="data" href="#html-rewritten"/>
|
||||||
|
|
|
@ -23,7 +23,7 @@ declare namespace util = "http://exist-db.org/xquery/util";
|
||||||
|
|
||||||
for $q in /queue return
|
for $q in /queue return
|
||||||
update
|
update
|
||||||
insert <action priority="0" uuid="{util:uuid()}" type="heritrix-archive-set" url="http://dyomedea.com"/>
|
insert <action priority="0" uuid="{util:uuid()}" type="heritrix-archive-set" url="http://eric.van-der-vlist.com/blog/"/>
|
||||||
into $q
|
into $q
|
||||||
|
|
||||||
]]></xquery>
|
]]></xquery>
|
||||||
|
|
Loading…
Reference in New Issue