Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding nodes to XMLDocument via XMLAdapter
Message
From
29/05/2006 03:12:29
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01125217
Message ID:
01125613
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform