|
Subject: Re: [xsl] selecting all but first node From: "Jon Gorman" <jonathan.gorman@xxxxxxxxx> Date: Fri, 26 May 2006 15:31:48 -0500 |
<xsl:template match="persoonsgegevens[1]"> ... </xsl:template>
I would like to treat all other nodes differently... <xsl:template match="persoonsgegevens[?]"> ... </xsl:template>
remember, according to the docs persoonsgegevens[1] is really short for persoonsgegevens[position() = 1]
position() != 1? position() <> 1? not(position() = 1) position() > 1 ?
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] selecting all but first node, Gerritjan Koekkoek | Thread | Re: [xsl] selecting all but first n, David Carlisle |
| [xsl] selecting all but first node, Gerritjan Koekkoek | Date | [xsl] ATTRIBUTE ORDER, Rick Roen |
| Month |