xsl-list
[Top] [All Lists]

RE: Fw: Select entire XML doc [FURTHER]

2003-02-27 08:52:20


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Karl
Stubsjoen
Sent: Thursday, February 27, 2003 4:47 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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(_at_)azprogolf(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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