Re: [xsl] Subsets

Subject: Re: [xsl] Subsets
From: Robert C Corsaro <rcorsaro@xxxxxxxxxxx>
Date: Mon, 23 Apr 2007 13:43:39 -0400
I think I got it. node[position() > 1] ... right?

Robert C Corsaro wrote:
Is there a simple way to get a subset of nodes. I'm implementing a stack and want to pop the first node. I'd like to get the subset of [2..-1] and assign it to the next recursion.

Current Thread