Can anyone tell me whether they think it is better to use JXPathContext or DocumentBuilder to parse
the XML document that is passed in a custom document validator (IDocumentValidator) ?
Also, what is the schema of that XML document; is there a way to see what that looks like so I know how to code
the retrieval of the form values?
Thanks for any input...D