Subject: Re: Outputting "entire nodes"
From: Warren Hedley <w.hedley@xxxxxxxxxxxxxx>
Date: Thu, 22 Jun 2000 12:57:54 -0400
|
Hakan Pettersson wrote:
>
> Is there a way to output "entire nodes"?
If, by "entire node" you mean "an element and all of its
contents", then use <xsl:copy-of select="." />.
See http://www.w3.org/TR/xslt#element-copy-of
(This element should probably have been introduced along
with <xsl:copy> in Section 7.5, but wasn't because it
can work on RTFs stored in variables which hadn't been
defined yet.)
--
Warren Hedley
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|