Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLAdapter can't parse but XMLTOCursor can
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01008651
Message ID:
01008677
Views:
17
Well, if XMLTOCURSOR works, then you should be able to work backwards, i.e. do a CURSORTOXML then load that into the XmlAdapter.
XMLTOCURSOR('file1.xml', 'file1', 512)
CURSORTOXML("file1", "file2.xml", 2, 512, 0, "1")
loXml = CREATEOBJECT("XMLADAPTER")
loXml.LoadXml('file2.xml',.t.,.f.)
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform