Oxygen XML Editor
 
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

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


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

Thanks Mike for clarifying this.

On 11/25/07, Michael Kay <mike@...> 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]
 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor