[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Mukul Gandhi" <gandhi.mukul@g...>
  • To: "Michael Kay" <mike@s...>
  • Date: Sun, 25 Nov 2007 22:18:45 +0530

Thanks Mike for clarifying this.

On 11/25/07, Michael Kay <mike@s...> 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member