Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7849367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:29:48+00:00 2026-06-02T18:29:48+00:00

i am opening an xml file in Internet Explorer (9, Windows 7 64-bit). Internet

  • 0

i am opening an xml file in Internet Explorer (9, Windows 7 64-bit).

Internet Explorer likes to display element attributes in random order, e.g.:

enter image description here

rather than in declared order:

<ApplicationVersion major="2" minor="2" release="12" build="687">2.2.12.687</ApplicationVersion>

e.g.:

enter image description here

Or

enter image description here

rather than:

enter image description here

Is there an element, attribute, xml-dtd, xml-schema, Internet Explorer option, Windows option anywhere that will instruct IE to display the XML in declared, rather than random order?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:29:50+00:00Added an answer on June 2, 2026 at 6:29 pm

    Attributes are unordered as defined by the xml standard.

    from the standard:

    Note that the order of attribute specifications in a start-tag or empty-element tag is not significant.
    

    http://www.w3.org/TR/REC-xml/#sec-starttags

    If you require order in attributes you are going to have to change your markup. I suggest something like the following:

    <ApplicationVersion>
      <attribute name="major">2</attribute>
      <attribute name="minor">2</attribute>
      <attribute name="build">687</attribute>
    </ApplicationVersion>
    

    links:
    Order of XML attributes after DOM processing
    Can I enforce the order of XML attributes using a schema?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Opening an XML file in Internet explorer gives a security warning. IE has a
I tried opening xml file using both the ways, but only the latter part
I am using Eclipse 3.6, while opening web.xml file in my Web application. it's
I'm working with a xml file which fails when opening it in firefox. I'm
We have a 120MB XML file that we want to view. Opening it in
Having an issue opening, changing, and then saving changes to an XML file using
How would you go about opening an .xml file that is within a .jar
I'm opening an existing XML file with C#, and I replace some nodes in
When I make a JSF2.0 project in eclipse, the opening of it's faces-config.xml file
I have 3 file as following : output-xml.php phpsqlajax_map.htm database.php In order to get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.