Top "Xmldom" questions

The abstract tree structure of an XML document

XML DOM. Get element by name on first child level

I have such xml: <root> <element1> <doc>2</doc> </element1> <…

plsql xmldom
How to parse an XML file and write in data then save it

I am working on something like the following: An Excel sheet with some cells where the end user is asked …

xml excel xml-parsing xmldom vba
PL/SQL Raw datatype variable comparison

Is it possible to compare variables of raw datatypes? I'm working with XMLDOM.DomNodes, which is records with one field …

oracle plsql xmldom dom-node
How can I delete a node within a XML file by using vbscript?

I want to remove <P_ID> & <P_Name> nodes from every <product> node. …

xml vbscript scripting msxml xmldom