Re: validation in Xerces

2001-09-03 Thread Adib Taraben
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

RE: validation in Xerces

2001-09-03 Thread Erik Rydgren
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

Re: validation in Xerces

2001-09-03 Thread Juan Julian Merelo Guervos
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

validation in Xerces

2001-09-03 Thread Adib Taraben
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