XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] Including unparsed xml (xhtml code) code in xslt output.

Thanks Mike for clarifying this.

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


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS