Tried option 2 and it works. Thanks!<div><br></div><div>Jostein<br><br><div class="gmail_quote">2012/1/19 George Cristian Bina <span dir="ltr">&lt;<a href="mailto:george@oxygenxml.com">george@oxygenxml.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jostein,<br>
<br>
Calabash documents only tagsoup on its main documentation page as required for this step<br>
<a href="http://xmlcalabash.com/docs/" target="_blank">http://xmlcalabash.com/docs/</a><br>
<br>
However, looking into this it seems that it defaults to the HTML parser that you mentioned. There are two options now:<br>
<br>
1. Edit the engine.xml file from<br>
[oXygen]/lib/xproc/calabash/<u></u>engine.xml<br>
and add a line<br>
&lt;system-property name=&quot;com.xmlcalabash.html-<u></u>parser&quot; value=&quot;tagsoup&quot;/&gt;<br>
inside the runtime element.<br>
<br>
2. Add the htmlparser-1.3.1.jar inside [oXygen]/lib/xproc/calabash/ and edit again the [oXygen]/lib/xproc/calabash/<u></u>engine.xml file to add a library entry pointing to this jar in the runtime element<br>
&lt;library name=&quot;htmlparser-1.3.1.jar&quot;/&gt;<br>
<br>
Option 1 is easier and it is what I tested but option 2 should work as well.<br>
<br>
Best Regards,<br>
George<br>
--<br>
George Cristian Bina<br>
&lt;oXygen/&gt; XML Editor, Schema Editor and XSLT Editor/Debugger<br>
<a href="http://www.oxygenxml.com" target="_blank">http://www.oxygenxml.com</a><div><div class="h5"><br>
<br>
On 1/18/12 2:23 PM, Jostein Austvik Jacobsen wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
I&#39;m trying to use the XProc step p:unescape-markup to parse some HTML,<br>
but I don&#39;t think tagsoup got replaced with htmlparser[1] with the newer<br>
versions of calabash[2]? At least I can find tagsoup-1.2.jar but not<br>
htmlparser-1.3.1.jar in my oXygen directory.<br>
<br>
Or have I just misconfigured something? (quite likely...)<br>
<br>
(using &lt;oXygen/&gt; XML Editor 13.2, build 2012011017)<br>
<br>
Regards<br>
Jostein<br>
<br>
[1] <a href="http://about.validator.nu/htmlparser/" target="_blank">http://about.validator.nu/<u></u>htmlparser/</a><br>
[2] <a href="http://lists.w3.org/Archives/Public/xproc-dev/2011Oct/0010.html" target="_blank">http://lists.w3.org/Archives/<u></u>Public/xproc-dev/2011Oct/0010.<u></u>html</a><br>
<br>
<br></div></div>
______________________________<u></u>_________________<br>
oXygen-user mailing list<br>
<a href="mailto:oXygen-user@oxygenxml.com" target="_blank">oXygen-user@oxygenxml.com</a><br>
<a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user" target="_blank">http://www.oxygenxml.com/<u></u>mailman/listinfo/oxygen-user</a><br>
</blockquote>
</blockquote></div><br></div>