The Artima Developer Community
Sponsored Link

Java Answers Forum
Course Of Action

2 replies on 1 page. Most recent reply: Jun 22, 2003 11:55 PM by Giriraj Srivastava

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Walter Rumsby

Posts: 4
Nickname: wrumsby
Registered: Jun, 2003

Course Of Action Posted: Jun 22, 2003 11:27 PM
Reply to this message Reply
Advertisement
The order of attributes is not specified in the XML standard, JDOM chooses to order them as you do, but this is not required.

Some courses of action:
* Use JDOM instead
* Don't depend on absolute order (eg. if searching for nodes maybe use XPaths).


Walter Rumsby

Posts: 4
Nickname: wrumsby
Registered: Jun, 2003

Re: Course Of Action Posted: Jun 22, 2003 11:30 PM
Reply to this message Reply
Apologies, this post is intended to be an answer to the question here http://www.artima.com/forums/flat.jsp?forum=1&thread=5410&start=0&msRange=15

Giriraj Srivastava

Posts: 2
Nickname: raj1979
Registered: Jun, 2003

Re: Course Of Action Posted: Jun 22, 2003 11:55 PM
Reply to this message Reply
Thanks Walter. Well, i was hoping this issue is addressed in
some way(Xerces). I would probably switch xml-API to JDOM.
Regards,
Giriraj

Flat View: This topic has 2 replies on 1 page
Topic: please  help to find the relavant API Previous Topic   Next Topic Topic: Need help in optimisation.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use