RE: efficient XML

From
Matthew MacKenzie <>
To
"Eckenfels. Bernd" <>, "ebXML-Transport@lists. oasis-open. org" <>, ebXML-Architecture List <>
Date
2000-03-10T23:00:03Z
ID
<>
Thread
RE: efficient XML
At 11:18 PM 3/10/00 +0100, Eckenfels. Bernd wrote:


>I am not sure what you mean with recursion:
>

This is what I mean by recursive.  I don't think anyone other than a person 
trying to represent a structure would do this.


<universe>
   <planet>
     <earth>
      <continent>
         <country>
            <province>
               <parish>
                 <municipality>
                   <community>
                   <street_address>
                          <street_name>Richards</street_name>
                           <street_type>Street</street_type>
                           <building_number>1234</building_number>
                                   <dwelling_number>234</dwelling_number>
                   </street_address>
                 </community>
                  </municipality>
                 </parish>
               </province>
             </country>
          </continent>
        </earth>
      </planet>
   </universe>

-Matt
--
Matthew MacKenzie
CTO/VP R&D
XML Global Technologies, Inc.