Re: How do you pass step options to p:data/@href???

2009/5/1 Henry S. Thompson wrote:

>    <p:exec command="tidy" source-is-xml="false" result-is-xml="true"
>            wrap-result-lines="false">
>     <p:with-option name="args" select="'-asxml --quiet yes --show-warnings no
>  --doctype omit --numeric-entities yes --output-xml yes'"/>
>    </p:exec>

  That hurts the eyes the first time, but yes, I think this p:exec
step is required, because p:unescape-markup does not require any
support for a HTML to XML parser, making it implementation-dependent.

  An important use case though, IMHO.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Received on Friday, 1 May 2009 17:43:01 UTC