[jdom-interest] SAXParser Parsing Problem

Ross Bleakney rossbleakney at hotmail.com
Thu Sep 30 10:10:03 PDT 2004


OK, I figured this out. The problem has to do with a third party jar I
included that had its own parser. The third party jar (part of a test tool
I'm working with) must be designed to generate HTML by default (which makes
sense since it a web testing tool). The other problem is likely caused by
the jar generating a processing instruction SAX event for the <?xml ?> line,
which the SAX to JDom code doesn't like. Anyway, I'll work on my classpath
and fix it myself. Sorry for the noise and thanks for the response.
Thanks,
Ross
----- Original Message ----- 
From: "Elliotte Harold" <elharo at metalab.unc.edu>
To: "Ross Bleakney" <rossbleakney at hotmail.com>
Cc: <jdom-interest at jdom.org>
Sent: Thursday, September 30, 2004 1:42 AM
Subject: Re: [jdom-interest] SAXParser Parsing Problem


> Ross Bleakney wrote:
>
>
> > Has anyone seen either one of these problems?
> >
>
>
> No, though perhaps if you showed your a sample program and your input
> document we might be able to figure out what's going on.
>
> -- 
> Elliotte Rusty Harold
> elharo at metalab.unc.edu
>


More information about the jdom-interest mailing list