Subject: RE: 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 |
- Double output
- Jack Cane - Sun, 9 Mar 2003 15:59:41 -0500 (EST)
- <Possible follow-ups>
- Jack Cane - Sun, 9 Mar 2003 16:34:17 -0500 (EST)
- David Carlisle - Sun, 9 Mar 2003 18:08:39 -0500 (EST)
- Michael Kay - Mon, 10 Mar 2003 04:01:05 -0500 (EST) <=
- Ross Ken - Sun, 9 Mar 2003 20:27:29 -0500 (EST)
- Jack Cane - Sun, 9 Mar 2003 21:21:39 -0500 (EST)
- Kurt Cagle - Mon, 10 Mar 2003 01:30:12 -0500 (EST)
|
|