> -----Original Message-----
> From: Gregor [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 03, 2005 12:16 PM
> To: [email protected]
> Subject: Validation User-Exits in Xerces
>
> QUESTION:
> 1.) Does Xerces support somekind of software mechanism (user
> exits) that make it possible to execute custom software
> during validation? (Does such an approach make sense?)
>
> 2.) Do you have any other ideas on how to tackle 1. & 2. ??
> (PSVI, XSLT are being discussed in our team)
sounds like appinfo is what you're looking for. You can put any kind of "extra-validation" you want in an appinfo attached to some element/attribute/type. Then after validation, have your application walk the PSVI and "fire" any of the "extra-validation" steps in any appinfo's it finds.
Note, this is a typical use of schematron...where the schematron processor serves as "your application" in the paragraph above.
pvb
