Re: [xsl] xsl:sort descending causes attribute nodes to be created after children, causing an error

Subject: Re: [xsl] xsl:sort descending causes attribute nodes to be created after children, causing an error
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 16 Jan 2007 14:01:04 GMT
> the order of attributes is undefined.

order of attributes in teh XDM tree is defined and stable all nodes have
a fixed relation in document order. What isn't define is the mapping of
attribute markup to XDM so if your input is generated by parsing an xml
file (as opposed to say ggenerated by another xslt stylesheet) then you
don't know in advance what the order will be.

David

Current Thread