|
From: Kenneth H. C. <ke...@sy...> - 2001-08-02 02:00:31
|
Folks, I was trying to use TclSOAP to do RPC when I encountered a tclxml
parser bug (it's in the sourceforge tracker): it can't parse this:
<?xml version='1.0'?>
<Envelope><Body><method>
<return>{{SOAP transport error: "HTTP/1.1 401 Authorization Required"}}</return>
</method></Body></Envelope>
I thought I should try the C-based parsers, thinking maybe since these
are tcl-special characters, the bug won't exist in the C parser. I
compiled up the latest tclxml and tcldom. To my surprise, it dumps core
when running the tests:
$ tclsh8.2 tclxml.tcl
...
Tcl_AppendStringsToObj called with shared object
Abort (core dumped)
Am I wasting my time, or does anyone have the C parsers working? I
tried with tcl8.2.3 and tcl8.3.3.
Thanks,
--
Ken
|