Julie Ballantine wrote:
>
> Do XML Tags need to be in a specific order, within their level
> (like traditional flat file fields do)? Or, can they be in any
> order within each TAG?

The short answer is no. Extracting the ZIP code from this

  <address>
    <street>Steenstraat 55</street>
    <ZIP>1800</ZIP> Vilvoorde <country>BELGIUM</country>
  </address>

is not much different than extracting it from

  <address>
    <ZIP>1800</ZIP> Vilvoorde
    <street>Steenstraat 55</street>
    <country>BELGIUM</country>
  </address>

However you could require a specific ordering of elements in the
Document Type Definition ... if you define one.


Laurent Szyster
___
  Consultant <[EMAIL PROTECTED]>
  WISE s.c.  <http://www.wise-insurance.com>

=======================================================================
To signoff the EDI-L list,  mailto:[EMAIL PROTECTED]
To subscribe,               mailto:[EMAIL PROTECTED]
To contact the list owner:  mailto:[EMAIL PROTECTED]
Archives at http://www.mail-archive.com/edi-l%40listserv.ucop.edu/

Reply via email to