Posted to tcl by de at Wed Aug 28 10:51:03 GMT 2019view pretty

package require tdom 0.9.1

dom parse -ignorexmlns {
    <foo:bar>
         <baz:boo/>
    </foo:bar>
} doc

$doc documentElement root
set myElementName "baz:boo"
puts [$root selectNodes %myElementName]