[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Recursive Templates


Subject: Re: Recursive Templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 1 Aug 1999 21:27:15 +0100 (BST)



I suspect there is something you are not telling us as

  <xsl:template match="section">
  <caps>
  <strong>
  <xsl:apply-templates/>
  </strong>
  </caps>
  </xsl:template>
produces the desired output from the stated input, but there is I
suspect a hidden agenda in your desire to use <emph> ?

David


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



Current Thread