RE: [xsl] Double output

Subject: RE: [xsl] Double output
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 10 Mar 2003 09:03:23 -0000
>   <xsl:template match="SubSection">
>     <h4><xsl:apply-templates/></h4>
>     <p><xsl:apply-templates select="TextPara"/></p>
>   </xsl:template>
> 

The first xsl:apply-templates is processing all children, the second is
processing the TextPara children, therefore the TextPara children are
being processed twice.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread