Select entire XML doc2003-02-27 08:30:01Hello,
How do I select the entire XML document? I need to write this out in a text
area. This didn't work:
<xsl:template match="/*">
<textarea>
<xsl:value-of select="/*"/>
</textarea>
</xsl:template>
Thanks for the help : )
Karl
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||