[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: unparsed CDATA maintain HTML

Subject: Re: unparsed CDATA maintain HTML
From: Manolis Mavrikis <M.Mavrikis@xxxxxxxx>
Date: Mon, 15 Dec 2003 18:53:14 +0000
manolis mavrikis
George,

have you solved it yet ?

adding to what David said I had a need for a similar thing and looking in the list I came across another one of David's message here: http://www.biglist.com/lists/xsl-list/archives/200306/msg00041.html

since you also want to copy attributes the final way to do it is :

<xsl:template match="text">
 <xsl:apply-templates mode="no-namespace-to-xhtml"/>
</xsl:template>

<xsl:template match="*" mode="no-namespace-to-xhtml">
<xsl:element name="{name()}" namespace="http://www.w3.org/1999/xhtml">
 <xsl:copy-of select="@*"/>
 <xsl:apply-templates mode="no-namespace-to-xhtml"/>
</xsl:element>
</xsl:template>

See you around,.

Manolis



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.