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: value-of /xsl:copy-of


> I just want to know the difference between xsl:value-of  and 
> xsl:copy-of

When the select expression is a node-set or a result-tree-fragment,
xsl:value-of converts the expression to a string and puts it into a text
node in the result tree, while xsl:copy-of generates nodes in the result
tree that are copies of those selected.

Mike Kay


 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]