[jdom-interest] Bug in SAXBuilder.build(File)

Boris Lemus support at dateksa.com
Sat Dec 18 22:15:37 PST 2004


On Friday 17 December 2004 14:23, Elliotte Harold wrote:
> I suspect you're misidentifying the problem. Likely the file is in fact
> malformed. If JDOM couldn't find or open the file, you'd see an
> IOException, not a JDOMParseException.
>
> Also note that a file name is not a URL, and that file URLs are in
> general not valid file names.

Yes!! you guys are right.

The problem, was the XML file, it had a comment before the root tag. I wasn't 
aware you couldn't do that!!, in my world, a comment is a comment wherever it 
is!!

Thanx anyway.



More information about the jdom-interest mailing list