From: Rene H. M. F. <re...@te...> - 2001-07-25 00:22:12
|
Hi, I'm making some tests whith TclXML and I need to ignore white spaces... -ignorewhitespaces it's not working, here is my code: set p [xml::parser -ignorewhitespace true -characterdatacommand cdata] I also try with TREU, 1, but it just don't work.. thanks Rene |