Re: [xsl] Testing if all child nodes match (based on the value of certain elements)

Subject: Re: [xsl] Testing if all child nodes match (based on the value of certain elements)
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 23 Apr 2007 23:03:49 +0200
David Carlisle wrote:
I'm stuck with trying to figure something out in an XSL style sheet. I
can't post may actual data, as it's confidential, so I've made up an
example:

It's helpful if the posted input is well formed though.


I've been on this list for nine years or so I suppose (can't remember
exactly) and never yet seen a use for != but...

Did you never use something like:


somenode[position() != 1]

?

;)

Current Thread