J2ee带的JAXP不就可以么。

解决方案 »

  1.   

    Apache Xerces: http://xml.apache.org 
    IBM XML4J: http://alphaworks.ibm.com/tech/xml4j 
    James Clark's XP: http://www.jclark.com/xml/xp 
    Oracle XML Parser: http://technet.oracle.com/tech/xml 
    Sun Microsystems Crimson: http://xml.apache.org/crimson 
    Tim Bray's Lark and Larval: http://www.textuality.com/Lark 
    The Mind Electric's Electric XML: http://www.themindelectric.com/products/xml/xml.html 
    Microsoft's MXSML Parser: http://msdn.microsoft.com/xml/default.asp
      

  2.   

    一般不需要关注到采用什么解析器这层直接用上层的Wrapped API就行了
      

  3.   

    还是采用SUN自己的JAXP好了,起码说也是一个准标准,
    而且你可以看看SUN它的源码,最好看看它到底调用了哪个解析器。
      

  4.   

    对于不同的系统可以采取不同的解决方案。
    是对大量文档进行操作,还是少量的...
    http://www.sosnoski.com/opensrc/xmlbench/results.html
      

  5.   

    JDOM is easy to use, and you can write as leaast as possible codes for a task
      

  6.   

    奇怪,为什么我直接用浏览器就可以浏览到xml中的信息(有.xml、.dtd、.xsl三个文件),而不需要用什么解释器呢???
      

  7.   

    http://www-900.ibm.com/developerWorks/cn/education/xml/x-xmlintro/tutorial/x-xmlintro-5-8.html
      

  8.   

    xerces,操作dom树比较方便,如果你要事件触发,还是用sax吧.
      

  9.   

    因为系统中包含了msxml*.dll文件,
    对xml支持