[xsl] Select entire XML doc

Subject: [xsl] Select entire XML doc
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Thu, 27 Feb 2003 08:30:01 -0700
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


Current Thread