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]

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


> 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

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