Subject: RE: Fw: Select entire XML doc [FURTHER]
From: "bryan" <bry@xxxxxxxxxx>
Date: Thu, 27 Feb 2003 16:52:20 +0100
|
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Karl
Stubsjoen
Sent: Thursday, February 27, 2003 4:47 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Fw: Select entire XML doc [FURTHER]
probably try <xsl:copy-of select="/"/> instead
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|