RE: [xsl] XSL puzzle

Subject: RE: [xsl] XSL puzzle
From: Don Bruey <dbruey@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 7 Mar 2001 14:54:25 -0500
change
   <xsl:apply-templates />
to
   <xslt:apply-templates />


Don


-----Original Message-----
From: Roshan Sharma [mailto:roshansharma@xxxxxxxxxxx]
Sent: Wednesday, March 07, 2001 2:37 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XSL puzzle


Pl. help me find why the xsl would not work for the given xml.
Thanks.
   <!-- More (nested) File systems -->
   <xslt:apply-templates select="/customer/filesystem"/>

   <!-- More (nested) Customers
   <xslt:apply-templates select="/customer"/>
   -->
   <!-- More Customers -->
   <xsl:apply-templates />


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


Current Thread