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

  1. Example:
  2.  
  3. % [dom parse {<t xmlns="http://t.c"></t>}] selectNodes {//t}
  4. % [dom parse {<t xmlns="http://t.c"></t>}] selectNodes -namespaces {d http://t.c} {//d:t}
  5. domNode0075C1E8
  6.  
  7. Any less verbose option?