[plexippus-xpath-devel] How to output un-escaped content using extension functions?

David Lichteblau david at lichteblau.com
Wed Jan 12 21:07:02 UTC 2011


Quoting Andrei Stebakov (lispercat at gmail.com):
> If you execute the sample below:
[...]
>        <xsl:value-of select='func:test-func(\"one\", \"two\")' />
[...]
> 
> It'll give you
> "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
> <content>one two</content>"
> 
> What can I do to prevent <content> tag from being escaped?

<xsl:value-of select="..." disable-output-escaping = "yes"/>


d.




More information about the plexippus-xpath-devel mailing list