Segregate top element out of a list using XSL

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-04-28T08:17:01Z Indexed on 2010/04/28 8:43 UTC
Read the original article Hit count: 306

Filed under:
|
|

I currently have a <xsl:foreach> statement in my XSL processing all elements in this XML file. What I want to do though is process the first one separately to the rest. How can I achieve this?

© Stack Overflow or respective owner

Related posts about xsl

Related posts about xslt