Hoi,

On Thu, 28 Feb 2002 12:15:39 -0800 (PST)
John Utz <[EMAIL PROTECTED]> wrote:

> Could i suggest a further test?

Please :-)

> try SEnumval or SAXPrint or DOMPrint and see what you get.

#0  0x282541c7 in XMLURL::parse (this=0x0, urlText=0x0) at XMLURL.cpp:852
852         while (*srcPtr)
(gdb) bt
#0  0x282541c7 in XMLURL::parse (this=0x0, urlText=0x0) at XMLURL.cpp:852
(gdb) 

Output:
<?xml version="1.0" encoding="LATIN1"?>
Segmentation fault (core dumped)

wich is really silly: my xml file is something different:

test.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE blah SYSTEM "test.dtd">

<blah>
 <blub/>
 <blah>
  <blub/>
 </blah>
</blah>

test.dtd:
<!ELEMENT blah ((blah|blub)+)>
<!ELEMENT blub EMPTY>

Greets,
 CK

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to