Re: DOMParser exceptions

2003-07-06 Thread K. Venugopal
Hi Kavita , Kavita Ashok Sukerkar wrote: Hi everyone, I am trying to use the Xerces parsers for xml schema validation within Java code. I use the parse function from the XMLParser class, that DOMParser inherits from. This function throws two kinds of exceptions: IOException and SAXExcepti

DOMParser exceptions

2003-07-02 Thread Kavita Ashok Sukerkar
Hi everyone, I am trying to use the Xerces parsers for xml schema validation within Java code. I use the parse function from the XMLParser class, that DOMParser inherits from. This function throws two kinds of exceptions: IOException and SAXException. But what if the xml file I am supplying i