help:problem with incompatibiliies with Xerces - Oracle Forums
: This is the XSLT processor . It is used to transform XML documents into other formats (like HTML, text, or another XML schema) using XSL stylesheets. Xerces.jar Xercesimpl.jar Xalan.jar Xml Apis.jar
: Contains the standard XML API definitions. This includes DOM (Document Object Model) , SAX (Simple API for XML), and JAXP (Java API for XML Processing) . It provides the interfaces that your code interacts with, rather than the logic that does the work. SAX (Simple API for XML)
: This is the actual implementation (the "engine") of the parser. It contains the code that takes an XML file and turns it into a DOM tree or a stream of SAX events. Xerces.jar Xercesimpl.jar Xalan.jar Xml Apis.jar