Top "Xmldom" questions

The abstract tree structure of an XML document

reading xml file with vbscript

I am trying to write a vbscript to automate the configuration of a storage array. I'm having some difficulty figuring …

xml vbscript xmldom
Traversing all nodes in an XML file with VBScript

I have written a VBScript which is supposed to tranverse all nodes in an XML file, irrespective of the depth …

xml vbscript msxml xmldom
Read XML file using JavaScript in Chrome

I need to load and read an XML file using JavaScript. The following code works fine in Firefox, IE and …

javascript xml xmldom
DOM Level 3 XPath in Internet Explorer

I just installed IE10 on my Windows 7, and I've noticed that, even if I'm glad that XMLs from AJAX requests …

internet-explorer xpath msxml xmldom dom3
VBA - Display each node and its value from XML

I have a simple XML as below and I need to display name of each and every node and its …

xml vba excel recursion xmldom
VBScript and loadXML: Invalid at the top level of the document. How to fix it?

This is my fort post on stackoverflow. I have searched many similiar Q&A's on this site but my …

vbscript xmldom
Generate XML document in PL/SQL from Oracle tables

I have to generate XML documents in PL/SQL from some tables in Oracle. I have never done this before, …

xml oracle plsql xmldom
Oracle: How do I display DBMS_XMLDOM.DOMDocument for debugging?

Running Oracle 10g, Sqldeveloper 1.5.5 I want to view the contents of an DBMS_XMLDOM.DOMDocument as a string in the …

oracle xmldom
PHP XML DOM Uncaught exception 'DOMException' with message 'Wrong Document Error'

I am trying to learn XML and I know this is a problem with not properly importing the Nodes. But …

php xml dom xmldom
How to remove all child nodes of an XmlElement, but keep all attributes?

How to remove all child nodes of an XmlElement, but keep all attributes? Note, that XmlElement.RemoveAll also removes all …

.net xmldocument xmldom