https://bugs.kde.org/show_bug.cgi?id=363582

Robert Hairgrove <c...@roberthairgrove.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@roberthairgrove.com

--- Comment #13 from Robert Hairgrove <c...@roberthairgrove.com> ---
I think the problem is that attributes of XML elements are not guaranteed to be
in any specific order by the XML standard. QDomDocument (used by Umbrello)
seems to put the attributes in random order any time it loads a file or saves
it to a string. The ordering of the elements themselves is stable, IIRC -- just
not the attributes.

An external processing step, such as XSLT suggested by Ralf Habacker, seems to
be the way to go.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to