Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML DOM
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00272946
Message ID:
00273041
Vues:
20
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform