Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML To Tables
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Miscellaneous
Thread ID:
01528731
Message ID:
01528935
Views:
93
Sergey,

I'm trying this:
oXA = CREATEOBJECT("XmlAdapter")
oXA.RespectNesting = .T.
oXA.LoadXML(FileName ,.T.)

FOR i = 1 TO oXA.Tables.Count
	oXA.Tables(i).Tocursor()
ENDFOR

SET
It errors with "This feature requires MSXML4 SP1 or later." I have installed MSXML 6.0 from here http://www.microsoft.com/download/en/details.aspx?id=6276 and it still errors.

Any thoughts?






>>I have an XML document that I need to convert to a set of tables. What's the way to do this?
>
>You can try XmlAdapter http://www.berezniker.com/content/pages/visual-foxpro/using-xmladapter-create-and-load-nested-xml. If XML is to complex for XmlAdapter, XmlDom will be the next step.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform