|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Saxon Quirk
><!-- Expected Output -->
>xml journal
>xsl journal
>css journal
Hi Kurt,
Instant Saxon 6.0.2/6.1/6.2 and Xalan 1.2.2. seem to be on better terms
with preceding-sibling:: then with preceding::
<xsl:variable name='allpubs'
select="//pubtag[@list='yes']/@pub[not(. =
../preceding-sibling::pubtag/@pub)]" />
produces your expected output. For a general solution, though, Jeni's
/publist/pubtag[@list = 'yes']
[count(.|key('pubs', @pub)[1]) = 1]
is sound advice (as always).
Cheers,
Eric
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








