xsl-list
[Top] [All Lists]

Re: [xsl] ATTRIBUTE ORDER

2006-05-26 16:11:28
On 5/26/06, Wendell Piez <wapiez(_at_)mulberrytech(_dot_)com> wrote:
Rick,

At 06:52 PM 5/26/2006, you wrote:
>XSLT 2.0 with Saxon 8
>
>When I am parsing a node with attributes, can I count on the attribute order
>staying the same as in the source document?

Nope. Attribute order is undefined in XML, so parsers are not obliged
to maintain it, and consequently nothing else is either.

You can, however, always sort your attributes: if they're always in
alphabetical order they'll always be in the same order.


Still, the results may be inconsistent across different XSLT processors.

--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>