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