Adib Taraben escribi�:
> 
> Hello,
> 
> I got an problem non validating an xml file.
> I have an XML-file with DTD:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE SLC_2002_Sports PUBLIC "-//Ids//oris+//crs//CRS.dtd "
> "ids/oris+/crs/CRSMain.dtd">
> <SLC_2002_Sports RSC="SB0000000" Type="X02">
> bla bla
> </SLC_2002_Sports>
> 
> Running the parser I set ValScheme to DOMParser::Val_Never. But I get an
> unspecified exception until I remove this DTD-line from the file.
> I think the parser tries to load that files but fails with exception.
> Is there any sense for that? Any solution?

What's exactly the error? If you don't want validation, why do you
include a DTD definition?

J
-- 
OPEAL => http://opeal.sourceforge.net
EO => http://eodev.sourceforge.net
AEB'02 => http://aeb02.unex.es

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

Reply via email to