Re: process order (still...)

Subject: Re: process order (still...)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 Apr 2000 11:59:58 +0100 (BST)
> 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


Current Thread