RE: [xsl] cascading tags

Subject: RE: [xsl] cascading tags
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Thu, 17 Jan 2002 10:36:46 +0100
those templates were doing too much, do the following.

<xsl:template match="item">
  <p>
  <xsl:apply-templates/></p>
</xsl:template>




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


Current Thread