Re: [xml-dev] Including unparsed xml (xhtml code) code in xslt output.

From
Mukul Gandhi <>
To
Michael Kay <>
Date
2007-11-25T16:48:45Z
ID
<>
Thread
Re: [xml-dev] Including unparsed xml (xhtml code) code in xslt output.
Thanks Mike for clarifying this.

On 11/25/07, Michael Kay <> wrote:
> Yes, sorry, I was jumping a step. I should have said that instead of doing
>
> <xsl:variable name="rtf">
> <nodexhtml>
>   <html><h1>Hello</h1></html>
> </nodexhtml>
> </xsl:variable>
>
> and then <xsl:copy-of select="node-set($rtf)/nodexhtml/*"/>, you could do
>
> <xsl:variable name="rtf">
>   <html><h1>Hello</h1></html>
> </xsl:variable>
>
> and then <xsl:copy-of select="$rtf"/>
>
> Michael Kay
> http://www.saxonica.com/


-- 
Regards,
Mukul Gandhi