xsl-list
[Top] [All Lists]

RE: Double output

2003-03-10 02:03:23
  <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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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