Re: [xsl] Pulling XML data into an HTML form and...

Subject: Re: [xsl] Pulling XML data into an HTML form and...
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 21 Nov 2003 23:03:22 GMT

<textarea><xsl:value-of select="xml/intro/."
disable-output-escaping="yes" /></textarea>


value-of gives the string value, you want the element nodes, so use
copy-of instead (and never use d-o-e unless you are convinced you really
need it)

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

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


Current Thread