Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What does this mean - full hierarchical support
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00719269
Message ID:
00719355
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform