You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Jack Lincoln <ja...@ricochet.net> on 2000/08/03 23:37:58 UTC

Schema Attribute Validation

I need to validate a document against a schema..
the Xerces DOMParser does that well...
however I am unable to programmatically identify an attribute that failed
the validation test..
I am able to identify the element that failed and the line/column of the
failure, but that is only marginally useful..

BTW..the DOM is already in memory.. the contents of attributes just could
have been altered..
I don't mind reparsing though.. I just need to identify the attribute that
failed the validation..

What is the solution to this?
I'm sure there is one, just that I haven't found it..

thanks for you time,

jack