Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to import this
Message
From
06/07/2006 21:30:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
How to import this
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01134333
Message ID:
01134333
Views:
62
Hi,
I have a sample xml file from customer exported from SAP system. He wants us to import it to our system.

I tried to use XMLAdapter to load it, no error but tables.count return 0. Any ideas?
loXA = CREATEOBJECT("XMLAdapter")
loXA.XMLSchemaLocation="c:\schema.xsd"
?loXA.LoadXML("c:\data.xml", .T., .T.)  && RETURN .T.
?loXA.Tables.Count  &&RETURN 0
Pls advice.

Pls inform me if you need my schema and xml file for testing.

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Next
Reply
Map
View

Click here to load this message in the networking platform