RE: [xsl] using boolean to compare id numbers

Subject: RE: [xsl] using boolean to compare id numbers
From: "Ross, Douglas" <DRoss@xxxxxxxxxx>
Date: Thu, 20 Jan 2005 11:50:07 -0500
Ahhh! Thank you. That was a misunderstanding on my part.

Douglas Ross
Developer, HTML UI Framework
Kronos
E-mail: dross@xxxxxxxxxx
Voice: (978) 947-4305
Fax: (978) 256-2474
www.kronos.com
Smaller, Faster, Sharper, Easier(tm)

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Thursday, January 20, 2005 11:46 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] using boolean to compare id numbers


> I believe this would require that you sort on @uid.

no.

> And I also believe preceeding-sibling selects all preceeding siblings.

yes

The sort in your example has no effect on the xsl:if test as the
preceding-sibling axis, like all axes refers to the input document not
any sorted node list.

The original poster may want the output sorted on uid in which case he
may want an xsl:sort but that hasn't beeen mentioned, and is a separate
issue to the test mentioned in the subject line.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread