Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some questions about XMLAdapter
Message
From
26/10/2007 04:07:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Some questions about XMLAdapter
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01263958
Message ID:
01263958
Views:
73
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?
Next
Reply
Map
View

Click here to load this message in the networking platform