Someone noted that when you save an XML file in XMLMind, the attributes of 
an element are resorted (in alphabetical order). For example:

<?xml version="1.0" encoding="UTF-8"?>
<element>
    <element second="second" first="first" />
</element>

is changed to:

<?xml version="1.0" encoding="UTF-8"?>
<element>
  <element first="first" second="second" />
</element>

Is there any setting to prevent this?

Thanks,

-pm

http://oceanclub.blogspot.com

"Psy-ops. It's a tricky game, as I said to my CIA handler last
night."
 


Reply via email to