Hi all, beginner question ahead; take cover. I'm having trouble with xerces2.0 on linux & sun's jdk1.3.1 --> getting Segmentation Fault when parsing an XML file with a DTD reference. If I remove the DTD reference it work fine. (The code is the example from the Oreilly book "Java&XML" (2nd edition, Ch3 on SAX)).
I thought it could be Swing issues, because the book example used Swing to draw a tree of the document, but I removed all Swing references from the code and made it strictly text oriented. The problem persists. Note that it works just fine (with the DTD) on a Win machine :-( Any ideas, what could be wrong? File permissions, file locations are fine. cheers, thalis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
