This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSL puzzle


change
   <xsl:apply-templates />
to
   <xslt:apply-templates />


Don


-----Original Message-----
From: Roshan Sharma [mailto:roshansharma@hotmail.com]
Sent: Wednesday, March 07, 2001 2:37 PM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]