[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: nesting xml
From: Larry_Mason@xxxxxx
Date: Thu, 3 May 2001 13:53:58 -0500



>> can someone tell me what's wrong with this?  the xsl doesn't seem to
match anything in the
>> xml...mainly the line '<xsl:template match="text">':

This works !!

<?xml version='1.0'?>
<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  result-ns="">

  <xsl:output method="html"/>

<xsl:template match="text">
  <html>
  <body>
  hello
  </body>
  </html>
</xsl:template>
</xsl:stylesheet>





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Re: nesting xml, (continued)
      • Wendell Piez - Thu, 3 May 2001 16:24:15 -0400 (EDT)
      • David Carlisle - Fri, 4 May 2001 04:30:47 -0400 (EDT)
      • Michael Kay - Fri, 4 May 2001 05:40:34 -0400 (EDT)
        • jim - Fri, 4 May 2001 07:41:46 -0400 (EDT)
    • Larry_Mason - Thu, 3 May 2001 14:53:05 -0400 (EDT) <=
    • Mark Kahn - Thu, 3 May 2001 15:11:36 -0400 (EDT)
    • Dan Diebolt - Thu, 3 May 2001 15:37:33 -0400 (EDT)
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member