Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML classes
Message
From
29/02/2000 13:34:12
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00339224
Message ID:
00339302
Views:
28
>>>Does anybody know of/have any classes for manipulating to/from XML that don't rely on the presence of IE?
>>
>>wwXML only uses XMLDOM for parsing XML, not for creating it. I think you'll find this is the case with most XML tools. An XML parser is a very complex piece of software, and their functionality is not easily built. There are only a couple of XML parsers that I know about that expose themselves through COM, and XMLDOM is the only free one.
>>
>>What exactly do you need to do?
>
>All we really need is an XML to a Fox cursor, Fox cursor to XML. It really wouldn't even need to do everything that XML is capable of, we're just looking for a simple way to pass a few records back and forth between a COM server and a VFP app. We figure if we handle it ourselves, we won't be at Microsoft's or anyone elses mercy to stay up to date with "the latest", which would be the case if we went the ADO route, or even XMLDOM. Versioning problems, bleech!

Have you looked at wwIPstuff's EncodeDBF() and DecodeDBF()? That's what I use when the parser is not available. Not as glamorous as XML, but you gotta do what you gotta do.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform