This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: RE: Postional predicates de-mystified


> or I think just
>
> <xsl:value-of select=" for $i in ancestor::*/.
>    return name(.)" separator = "/"/>
>
> as /. sorts into document order.
>
We're going to get 1000 people a week falling into the trap of using "."
within a "for" expression when they should use the range variable.
Congratulations on being the first.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]