Thanks Erik,
that's working.
Adib.
Erik Rydgren wrote:
>
> The DTD is always loaded if a doctype is provided. The parser need it for
> resolving entities and this is standard xml behaviour.
>
> Install a entity resolver and return a dummy DTD for the file
> /ids/oris+/crs/CRSMain.dtd. I dont
validation. But this I'm not sure of.
Regards
Erik Rydgren
Mandarinen systems AB
Sweden
-Original Message-
From: Adib Taraben [mailto:[EMAIL PROTECTED]]
Sent: den 3 september 2001 11:58
To: [EMAIL PROTECTED]
Subject: validation in Xerces
Hello,
I got an problem non validating a
Adib Taraben escribió:
>
> Hello,
>
> I got an problem non validating an xml file.
> I have an XML-file with DTD:
>
> "ids/oris+/crs/CRSMain.dtd">
>
> bla bla
>
>
> Running the parser I set ValScheme to DOMParser::Val_Never. But I get an
> unspecified exception until I remove this DTD-line
Hello,
I got an problem non validating an xml file.
I have an XML-file with DTD:
bla bla
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 exc