Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import nested table
Message
From
01/09/2006 19:38:34
 
 
To
01/09/2006 19:22:29
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01150299
Message ID:
01150465
Views:
34
John,

>Thank you for your sample.
>What If I already have XSD schema?

The code I posted will work without the schema and perhaps we can get your code to work with the schema as another educational exercise (probably with some XPath adjusting of XMLField objects).

Please post the XML schema.

>
>I tried code below, but also not working.
>
>oxa = CREATEOBJECT("XMLAdapter")
>oxa.XMLSchemaLocation="c:\my.xsd"
>oxa.respectnesting = .t.
>oxa.loadxml("c:\my.xml",.t.)
>
>?oxa.firstnestedtable.alias   && show correct alias
>?oxa.nextsiblingtable.alias   && show correct alias
>
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform