RE: [xsl] Deep copy that excludes the element tag

Subject: RE: [xsl] Deep copy that excludes the element tag
From: "Rella, Sreedhar" <srella@xxxxxxxxxxxx>
Date: Wed, 25 Jul 2001 12:15:59 -0700
Jason,

Try with <xsl:copy-of> instruction.
This does a deep copy.

cheers,
Sreedhar.

-----Original Message-----
From: Jason Macki [mailto:jmacki@xxxxxxx]
Sent: Wednesday, July 25, 2001 11:35 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Deep copy that excludes the element tag


Hello,

Is it possible to use XHTML to transform this:

	<myhtml>This is some <b>HTML</b>!</myhtml>

Into this:

	This is some <b>HTML</b>!

In other words, I'd like to do a deep copy (a copy that includes any
elements within the element) of the contents of "myhtml" while excluding
the tag for the "myhtml" element.

Thanks,
Jason


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

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


Current Thread