RE: Schema validation: getting all the errors
"Forrest Cahoon" <[email protected]>
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
Yeah, I very much appreciate the PPM; seems to work fine. Thanks, Martin! I can't find the samples/validator.pl example of which you speak. Shouldn't it be here? http://cvs.apache.org/viewcvs.cgi/xml-xerces/perl/samples/ It's not. Forrest not speaking for merrill corporation -----Original Message----- From: Jason E. Stewart [mailto:[email protected]] Sent: Wednesday, December 03, 2003 10:31 PM To: [email protected] Cc: Forrest Cahoon Subject: Re: Schema validation: getting all the errors "Forrest Cahoon" <[email protected]> writes: > I've got XML::Xerces 2.3.0-2 from the ppm available at xml.apache.org > and I'm using to validate documents against an external schema. Good! You should really thank Martin for providing the PPM - it's the first time that we've had a reliable use of Xerces on Windows. > This program exits at the first schema error, though, and I want to > get a report of all the errors. I found a post to the xerces-c list > which suggests that reporting all the errors is the default > (http://nagoya.apache.org/eyebrowse/ReadMsg?listId=81&msgNo=5366) so > it seems like there's at least hope I could get this behavior. > > I would be very happy if anyone could offer advice on how I might get > this to work. If you look at the samples/validator.pl example you will see how to do this. Cheers, jas.