RE: [xsl] Preserving XHTML markup

Subject: RE: [xsl] Preserving XHTML markup
From: Adam Sherman <adam@xxxxxxxxx>
Date: Mon, 04 Feb 2002 14:37:53 -0500
On 02/04/2002 02:27:48 PM -0500, Adam Sherman wrote:
Using copy-of works great, thanks to all.

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?

Thanks,

A.


-- Adam Sherman President & Chief Technologist Tritus Consultant Group Inc. +1 (613) 255-5164

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


Current Thread