Re: xsl:value-of /xsl:copy-of

Subject: Re: xsl:value-of /xsl:copy-of
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 27 Jun 2000 03:06:46 -0600 (MDT)
> I just want to know the difference between xsl:value-of  and xsl:copy-of

xsl:value-of creates a text node with the string-value of the selected or
current node as the text node's value. consult the xpath spec for what the
string-value is for each type of node.

xsl:copy-of creates a copy of the current or selected node and all its
descendant nodes.


   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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


Current Thread