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

Andrei Stebakov lispercat at gmail.com
Wed Jan 12 21:18:46 UTC 2011


Thanks! I was trying unescaped-value-of before, but for some reason
the compiler says "undefined instruction".

Andrei

On Wed, Jan 12, 2011 at 4:07 PM, David Lichteblau <david at lichteblau.com> wrote:
> 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