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]

Re: process order (still...)



> I would hope that would fail Mike.
> An id on an attribute?

generate-id does not make an id attribute node, it just makes a string.
You can apply it to get a unique identifier for any node in the input
including attributes, comments, text, etc.

> Suggest yes because then you are dealing with the in-memory
> model which should be consistant.

yes, but not for that reason. It is implied by the definition of
document order in xpath. Elements are ordered, and attributes
come just after the element in document order, and before any children
or following elements.

David


 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]