Subject: Re: BreakPoint in an xml document
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 2 Jan 2003 20:33:51 -0700 (MST)
|
I wrote:
level1/level2[BREAK]/preceding-sibling::level2
Sorry, these would be processed in reverse order by default.
You could use xsl:sort to get around that, or use this one:
level1/level2[not(preceding-sibling::level2/BREAK)]
Mike
--
Mike J. Brown | http://skew.org/~mike/resume/
Denver, CO, USA | http://skew.org/xml/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|