RE: efficient XML

From
Matthew MacKenzie <>
To
Betty Harvey <>
Date
2000-03-10T23:45:04Z
ID
<>
Thread
RE: efficient XML
Doh!  I was confused.  Sorry.  I get ya.


><Betty>
>         Matt, this is hierarchy, not recursion.  Recursion is when you
>         have the same structure recursed through the hierarchy, i.e.,
>
>                 <section>
>                         <title>Chapter 1</title>
>                         <section>
>                                 <title>Section 1.1</title>
>                         </section>
>                 </section>
>
>         <section> is a child of <section>.  In a recusive model there
>         is no mechanism within the XML to control the number of
>         levels the hierarchy.  It can be done external to the XML
>         DTD (or Schema when it becomes a reality).
>
></Betty>

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