Peter Meyer wrote: > Is it possible to revalidate a DOM tree, or can validation only be done at > parsing time from the text input? Many of my problems would be helped if I > could just revalidate the tree without having to print it to a String and > reread it first...
There is a RevalidatingDOMParser class but it is no longer maintained as part of the Xerces distribution. Ken Rawling, however, has posted a link to an updated version of that source file. Here's the link: http://www.vervet.com/~krawling/RevalidatingDOMParser.java -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]
