Jason Thorpe wrote: > Anyone have any hints on how to get ALL errors/warnings while doing > schema validation? (Not just the first error)
Hmmm not sure what you mean, because I receive all errors and warnings in my custom error handler. After each call to warning, error or fatalError I append the (fatal) error or warning to a list inside the error handler. When the parsing has finished I can retrieve all the information from there. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]