|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: bug in LibXSLT???
This is a problem with the line
<xsl:for-each select="ancestor-or-self::*/@name">
If you change this to
<xsl:for-each select="ancestor-or-self::*">
and then change
<xsl:value-of select="."/>
to
<xsl:value-of select="@name"/>
you'll get the ordering you want (and expect!).
Daniel: I've logged this in bugzilla: 107804 (but you probably already
know that by now).
John Escott.
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








