XML, Java, and .NET
Software related to XML, Java, and .NET is mostly development software that is specific to application programming. The following shows a few examples of XML parsers that can be used for this purpose. But, if you are interested in working with XML and Java or .NET, you should consult the appropriate developer resources for your language.
Xerces (http://xml.apache.org/xerces2-j/index.html)— Xerces is an open source, Java, DOM-compliant XML Parser from the Apache Project.
Xalan (http://xml.apache.org/xalan-j/index.html)— Xalan is an open source, Java-based XSLT Parser from the Apache Project.
Java XML Pack (http://java.sun.com/xml/javaxmlpack.html)— Includes packages for processing XML and using XML for Web Services.
MSXML 4.0 ...