Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding nodes to XMLDocument via XMLAdapter
Message
De
29/05/2006 03:12:29
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
01125217
Message ID:
01125613
Vues:
26
>oNewNode = oXA.IXMLDOMElement.parentNode.createElement("NewNode")
>
>*or
>
>oXmlDoc = CreateObject("Msxml2.DOMDocument.4.0")
>oNewNode = xmlDoc.createElement("NewNode")
>
thanks Sergey!

Unfortunately, AFAICS there is nothing like a "createElement" method anywhere in the IXMLDOMElement.
But using the MSXML parser works, and I'm thinking of using it directly instead of the interface that is provided by the XMLAdapter. Seems that this interface to the xmlparser is not complete.
Holger Vorberg
Germany
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform