TclXML v2.1theta works fine with TclDevKit prowrap
utility, while the TclXML 2.4 and some other versions
doesn't.
Following code used:
if { [catch { package require xml::tcl }] } {
puts $log "ERROR: ide: xml package not found"
exit
}
if { [catch { package require xml::tclparser }] } {
puts $log "ERROR: ide: tclparser package not
found"
exit
}
Everything works fine w/o prowrap, but failed on
xml::tclparser loading.