Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML DOM
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00272946
Message ID:
00273041
Views:
22
>Can anyone help me get started with XMLDOM in
>VFP? Can it be used in VFP? What do I have to do to
>get started?
>
>
>TIA

I replied to your e-mail, but in case you see this first:

VFP is a great client for XMLDOM. To use it, you only have to have IE5 installed. (You can use the smaller, simpler xml parser that comes with IE4 by calling a different ProgID: "msxml".

To create the XMLDOM object, use

oXML = CREATEOBJECT("Microsoft.XMLDOM")

To create the IE4 msXML object, use:

oXML = CREATEOBJECT("msXML")

The older can do most of the basic parsing features, but does not support xsl transformations and schemas, among other things.

A detailed object model for both objects can be found at msdn.Microsoft.com/xml.

Good luck. If you run into specific problems, post them here, and I'll see if I can help.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform