| Subject: Re: [xsl] bug in LibXSLT??? From: Jre@xxxxxxxxxxxx Date: Fri, 7 Mar 2003 09:45:42 +0000 | 
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
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] bug in LibXSLT???, Daniel Veillard | Thread | Re: [xsl] bug in LibXSLT???, Daniel Veillard | 
| [xsl] Implementation of keys in Sax, Philippe . Dubreuil | Date | RE: [xsl] xsl- Transforming to HTML, Jarno . Elovirta | 
| Month |