This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Preserving XHTML markup


> Just noticed that using copy-of keeps the parent markup:
> 
> <para>Hello, <b>World</b>!</para>
> 
> Using <p><xsl:copy-of select="."/></p>, becomes
> 
> <p><para>Hello, <b>World</b>!</para></p>
> 
> How do get rid of the "para" tags?
> 
Use <xsl:copy-of select="child::node()"/>.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]