Subject: Fw: Select entire XML doc [FURTHER]
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Thu, 27 Feb 2003 08:47:05 -0700
|
Further:
I need to preserve the XML data as XML, so maybe change the output of the
template to XML. Is that possible?
Thanks,
Karl
----- Original Message -----
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, February 27, 2003 8:30 AM
Subject: Select entire XML doc
> Hello,
>
> 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
|