Re: document order guarantees in JAXP

2008-08-05 Thread Michael Glavassevich
[EMAIL PROTECTED] wrote on 08/01/2008 07:08:43 AM: > The order of _elements_ is guaranteed in any XML API. Not every XML API preserves the order of elements in the document. For example the ordering in JAXB follows the schema (or more precisely the Java annotations) rather than what was in the d

Re: document order guarantees in JAXP

2008-08-01 Thread keshlam
SequenceType and ItemType checked in. The class Javadocs spell out my understanding of how we're dividing these; critiques welcome. I believe the interpreter currently runs but compiler doesn't, due to my having made SequenceType no longer a stream at the FIL level. (On the other hand, I may ma

Re: document order guarantees in JAXP

2008-08-01 Thread keshlam
The order of _elements_ is guaranteed in any XML API. The order of _attributes_ is not. __ "... Three things see no end: A loop with exit code done wrong, A semaphore untested, And the change that comes along. ..." -- "Threes" Rev 1.1 - Duane Elms / Leslie Fi