|
Subject: [xsl] [XSL] Counting Child Nodes? From: Alice Ju-Hsuan Wei <ajwei@xxxxxxxxxxx> Date: Fri, 19 Oct 2007 10:11:50 -0400 |
<xsl:template match="book"> <xsl:variable name="rendition"> <xsl:value-of select="./@rendition"/> </xsl:variable> <div> <p> <xsl:choose>
<p>
<xsl:call-template name="rend"/>
<xsl:apply-templates/>
</p>
</div>
</xsl:when>
<xsl:otherwise>
<!--Don't display anything-->
</xsl:otherwise>
</xsl:choose>
</p>
</div>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Sorting with Different So, Abel Braaksma | Thread | RE: [xsl] [XSL] Counting Child Node, Scott Trenda |
| Re: [xsl] Sorting with Different So, Abel Braaksma | Date | [xsl] Enclosing sequence items in s, cknell |
| Month |