At 15.42 14/01/2004 +0100, Esther Parrilla Endrino wrote:
Hello all,

Could someone tell where to find information about the exceptions that can be thrown by the
xercesc_2_3::XMLURL::setURL() method?

This method throws the MalformedURLException exception if the given URL is invalid; you usually see a lot of these exceptions when parsing a document stored in a file, because Xerces first tries to interpret the name as a URL, and then, if setURL complains, treats it as a file name.
However, you shouldn't get a core dump: can you tell us if you are using a binary release of Xerces, or a custom built one? In the latter case, what is the platform, compiler and special compiler options you specified?


Alberto

I am trying to validate an XML file but I get a core dump when calling this function, I have reviewed the Apache Xerces C++ docuemntation but I have
found no information about what this class is used for and the possible exceptions that could throw... :(
Does anyone where to find more info?


thanks in advance

e*

--

~ Code matters more than comercials ~

--



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to