Hi all, I'm wondering if it is possible to validate a singe XML element in a larger DOM document.
Using Xerces-J 2.9.1, my program can successfully parse and validate an XML document into a DOM using it's accompanying schema (of which I also managed to load it's XSModel). However, I'd like to be able to revalidate parts of the document after the user changed an element's attributes. Is that at all possible, or am I forced to re-validate the whole DOM? How would I go about to do this? Cheers, Uwe