|
From: Mats B. <ma...@pr...> - 2001-02-24 14:51:22
|
TclXML: problem with -final 0 option
------------------------------------
I cannot make the -final 0 option to work. It repeatedly
reports error which it should ignore.
The version is 2.0 and was downloaded from sourceforge two days ago.
This code is verbatim from the console:
% package require xml 2.0
2.0
% set parser [xml::parser -final 0]
xmlparser1
% $parser parse <stream>
{element stream remains unclosed around line 0}
%
If I try a slightly older one, sgml 1.7, and xml 1.9
I get the same problems.
An even older one, sgml 1.6, and xml 1.8 works!
They differ in their default values for -final,
which is 0 for the one who works, and 1 for the others.
Any idees anyone?
Mats Bengtsson
|