http://xml.apache.org/xalan-j/index.html

解决方案 »

  1.   

    http://www.dom4j.org  
     FAQ | comparison | quick start | cookbook | API JavaDoc | full JavaDoc | download | goals | status | project page  --------------------------------------------------------------------------------
     
    dom4j: the flexible XML framework for Java 
    dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP. 
    News 
    Features 
    Getting Started 
    Useful Links 
    Mailing Lists 
    News
     
     Check out these new Performance Benchs comparing dom4j and Jaxen against Xerces and Xalan.  
     The new dom4j 1.3 release is out featuring numerous bug fixes and patches.  
     Check out Dennis Sosnoski's new article for IBM comparing various XML object models - its good stuff.  
     Toby's cookbook is now available as a PDF or PS file  
     The new dom4j 1.2 release is out featuring improved whitespace handling for more efficient parsing, a new Swing TableModel for displaying XML data in Swing and numerous bug fixes and patches.  
     The Velocity projects new DVSL technology uses dom4j.  
     Interesting article outlining the social dominance of DOM and SAX and the importance of XPath.  
     The new dom4j 1.1 release is out featuring support for DTD declarations and numerous bug fixes and patches.  
     Read the latest performance benchs on IBM's site comparing dom4j against all the other XML document models.  
     The new dom4j 1.0 release is out featuring better SAX and Jaxen support, some performance tuning and numerous patches.  
     Sun's reference implementation of JAXM (Java API for XML Messaging) is based on dom4j!  
     The new dom4j 0.9 release is out featuring full Jaxen support!  
     Toby's cookbook is now online!  
     Updated the quick start guide  Features
     
     designed for the Java platform with full support for the Java Collections Framework (Java 2 Collections) 
     full support for JAXP, TrAX, SAX, DOM, and XSLT  
     fully integrated XPath support for easy navigation of XML documents  
     event based proccessing mode to support for massive documents or XML streams  
     based on Java interfaces for flexible plug and play implementations.  
     support for XML Schema Data Type support using Kohsuke Kawaguchi's excellent Multi Schema Validator library  
      

  2.   

    org.apache.xcerse.xpath.XPathAPI
    好像是啊
      

  3.   

    用xcerse解析应该没有问题!关于xpath,你可以在www.w3c.org上找到一堆信息。