xsl-list
[Top] [All Lists]

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

2007-01-16 07:03:40

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--