From: Steve M. <st...@re...> - 2004-01-05 00:59:53
|
I'm seeing an error with dom::trim using the 3.0b1 tcldom/tclxml packages but not the 2.6 versions of these packages. The error only occurs when I am using the tcl parser. Here is an example that fails: % set doc [dom::parse {<rootnode xmlns="http://myuri"> <tag1>value</tag1> </rootnode>}] ::dom::tcl::document2::Document % dom::trim $doc can't delete "::dom::tcl::document2::event7": command doesn't exist Should I log a bug? Thx, Steve |