xsl-list
[Top] [All Lists]

[xsl] selecting all but first node

2006-05-26 13:22:56
  <xsl:template match="persoonsgegevens[1]">
...
</xsl:template>

I would like to treat all other nodes differently...
  <xsl:template match="persoonsgegevens[?]">
...
</xsl:template>

What should i use instead of ?

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>