RE: [xsl] template matching

Subject: RE: [xsl] template matching
From: "Varley, Roger" <Roger.Varley@xxxxxxxxxxxxxx>
Date: Wed, 4 Feb 2004 14:51:48 -0000
> 
> <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


Current Thread