From: Mats B. <ma...@pr...> - 2002-05-18 13:03:25
|
I've put a patched TclXML (the 'tcl' parser class) archive (only tcl code) at "http://hem.fyristorg.com/matben/download/TclXML.tar.gz" It fixes three problems compared to the 2.1 theta distro: 1. A number of fixes related to the -final 0 option which is currently broken. With this patch you can take XML that is chopped off anywhere, and still parse it correctly. 2. A large number of error callbacks are now working. 3. Corrected a bug where a 'return -code 3', a code not TCL_OK, is detected also on the elementend callback and not only in the elementstart callback. Best Wishes, Mats Bengtsson |