xsl-list
[Top] [All Lists]

RE: template matching

2004-02-04 07:51:48

<xsl:template match="//note">
  <li>
    <xsl:apply-templates/>
  </li>
</xsl:template>


Oh rats! Just when I thought I'd got my head around XSLT. Would you explain why 
this works, in particular why it prints only
the values of the <note> elements and no blank lines for the <sub1> <sub2 .... 
elements 

Regards
Roger

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



<Prev in Thread] Current Thread [Next in Thread>