Subject: RE: [xsl] can't conditionally format first occurence of a node From: "Aron Bock" <aronbock@xxxxxxxxxxx> Date: Sun, 26 Jun 2005 02:57:12 +0000 |
<xsl:variable name="first" select="1" /> <xsl:template match="sense"> <xsl:if test"$first=1"> <br /> <xsl:variable name="first" select="0" /> </xsl:if> <div><xsl:apply-templates /></div> </template>
Current Thread |
---|
<- Previous | Index | Next -> |
---|---|---|
[xsl] can't conditionally format fi, jeremy | Thread | RE: [xsl] can't conditionally forma, jeremy |
RE: [xsl] can't conditionally forma, jeremy | Date | RE: [xsl] can't conditionally forma, Aron Bock |
Month |