Re: JDOMException when parsing DOCTYPE element
Posted By:
Christopher_Pickslay
Posted On:
Tuesday, September 4, 2001 02:26 PM
It's possible that your XML document isn't validating against the DTD. Try calling getCause().getMessage() or printStackTrace() on your JDOMException object to get a better idea what the root cause of the exception is.