好像是1.4里面就没有XMLPasser了.

解决方案 »

  1.   

    有crimson,在rt.jar中,这个是sun公司捐给apache的。
      

  2.   

    jdk1.4有的,但是默认不是 Xerces 而是  crimson.下面是jaxp里的源代码.return (SAXParserFactory) FactoryFinder.find(
                    /* The default property name according to the JAXP spec */
                    "javax.xml.parsers.SAXParserFactory",
                    /* The fallback implementation class name */
                    "org.apache.crimson.jaxp.SAXParserFactoryImpl");