[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: XT value-of variables


Subject: Re: XT value-of variables
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 22 Jul 1999 11:44:13 +0100 (BST)

> XT produces the following output:

>   contents

> where I expect to see:

>   <tag>contents</tag>

value-of on a tree just returns the character data of the leaves of the
tree.

You want to use copy-of so as to get a copy of the tree.

David


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



Current Thread