Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some questions about XMLAdapter
Message
De
26/10/2007 04:07:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Some questions about XMLAdapter
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01263958
Message ID:
01263958
Vues:
74
I have some questions about xmladapter

1). I need add 2 tables into xml, is it possible to make like parent-child relation using xml adapter as
<order>
 <ordernumber>1</ordernumber>
 <positions>
   <position>
      <number>1</number>
      <key>MSW1232-CP</key>
      <description>Prduct Description</description>   
   </position>
 </positions>
</order>
2) Is it possible using XMLAdapter export XSD schema only or I must cut schema from xml document?

3) Is it possible to export xml XMLAdapter.ToXML() without XSD schema?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform