Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with XML and Foxpro 8.0
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Problem with XML and Foxpro 8.0
Miscellaneous
Thread ID:
00757437
Message ID:
00757437
Views:
40
Hi,
I've a problem with a Foxpro 8.0 and xmladapter.

I tried to load a xml-file with samples\solution\solution.app with 'New in Visual Foxpro 8.0/Loading and Generating XML Using XML Adapter Class' and the followinger error occured:

XML-Error: XML Parse error: Das angegebene Ojbekt kann nicht gefunden
(Object couldn't be found)
werden.
Line 0, Position 0

With Internet explorer, it is possible to load the file. I also tried to wwxml-class from Rick Strahl, but with

oXML = CREATE("wwXML")
oXML.cDocRootName = "Accounts"
oXML.lRecurseObjects = .T.
o=oXML.XMLToObject("credits.xml")

only the "first tag" Accounts is in object o.

Does anyone have an idea to that problem ?

Thank you
Andreas
Next
Reply
Map
View

Click here to load this message in the networking platform