|
Subject: Re: [xsl] [XSL]Display Different Results Based on Count of Node Sets From: Alice Ju-Hsuan Wei <ajwei@xxxxxxxxxxx> Date: Sun, 23 Sep 2007 23:34:57 -0400 |
<author>Tennison, Jeni <title>Beginning XSLT</title> <title>Beginning XSLT 2.0</title> </author>
<author>Meyer, Eric <title>The Zen of CSS</title> </author>
<xsl:template match="title">
<xsl:choose>
<xsl:when test="position() ='1'"/>
<xsl:otherwise>
<p>
<xsl:apply-templates/>
</p>
</xsl:otherwise>
</xsl:choose>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] [XSL]Display Different Re, Abel Braaksma | Thread | Re: [xsl] [XSL]Display Different Re, Abel Braaksma |
| Re: [xsl] Checking alphabetical ord, Kamal Bhatt | Date | Re: [xsl] Checking alphabetical ord, Deborah Pickett |
| Month |