Given an XML document of the form

     <command name="method1">
         <arg name="arg1">value1</arg>
         <arg name="arg2">value2</arg>

          ...
         <arg name="argN">value3</arg>
      </command>

is the ordering of the <arg> elements guaranteed to be preserved
when the document is represented in a Xerces-Java DOM tree?
Is there a specification which addresses this?

Thanks.
Barry Draper
[EMAIL PROTECTED] 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to