Posted to tcl by mjanssen at Thu Feb 12 14:14:22 GMT 2015view raw

  1. dom parse {<test xmlns="http://www.google.com"/>} doc
  2. [$doc documentElement] appendXML "<item/>"
  3. $doc asXML
  4.  
  5. <test xmlns="http://www.google.com">
  6. <item xmlns=""/>
  7. </test>
  8.