Re: Pulling XML data into an HTML form and...2003-11-21 16:03:22<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
|
|