xsl-list
[Top] [All Lists]

Fw: Select entire XML doc [FURTHER]

2003-02-27 08:47:05
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



<Prev in Thread] Current Thread [Next in Thread>