Posted to tcl by mjanssen at Wed Feb 04 16:13:36 GMT 2015view pretty

Example:

% [dom parse {<t xmlns="http://t.c"></t>}] selectNodes {//t}
% [dom parse {<t xmlns="http://t.c"></t>}]  selectNodes -namespaces {d http://t.c} {//d:t}
domNode0075C1E8

Any less verbose option?