I\'m writing a Java servlet in Eclipse (to be hosted on Google App Engine) and need to process an XML document. What libraries are available that are easy to add to an Eclip
Another choice, which has better speed than Xerces (the last time I compared them) was Saxon.