Package tdom

DOM parser for Tcl

http://www.tdom.org

tDOM combines high performance XML data processing with easy and powerful Tcl
scripting functionality. tDOM should be one of the fastest ways to manipulate
XML with a scripting language and uses very little memory.

Version: 0.8.2

Tcl/Tk Keywords

dom Create an in-memory DOM tree from XML
domDoc Manipulates an instance of a DOM document object
domNode Manipulates an instance of a DOM node object
expat Creates an instance of an expat parser object
expatapi Functions to create, install and remove expat parser object extensions.
tdomcmd tdom is an expat parser object extension to create an in-memory DOM tree from the input while parsing.
tnc tnc is an expat parser object extension, that validates the XML stream against the document DTD while parsing.