Re: [xsl] nesting xml

Subject: Re: [xsl] nesting xml
From: "Mark Kahn" <imail@xxxxxxxxxxx>
Date: Thu, 3 May 2001 15:13:16 -0500
THANK YOU!

-Mark

---------- Original Message ----------------------------------
From: Larry_Mason@xxxxxx
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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
>
>

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


Current Thread