xsl-list
[Top] [All Lists]

Re: using boolean to compare id numbers

2005-01-20 09:45:35

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
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--