Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What does this mean - full hierarchical support
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00719269
Message ID:
00719355
Views:
14
This message has been marked as the solution to the initial question of the thread.
Hi Kirk.

>Can anyone explain what this means in the product description?
>
>full hierarchical support

It means support for hierarchical XML, such as:
<Customers>
  <Customer>
    <CustomerID>ALFKI</CustomerID>
    <Orders>
      <Order>
        <OrderID>10001</OrderID>
      </Order>
    </Orders>
  </Customer>
</Customers>
VFP 7 couldn't handle this format. In VFP 8, the new XML classes (XMLAdapter, XMLTable, and XMLField) can create multiple cursors from XML such as this.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform