You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/03/10 03:42:48 UTC

[Bug 921] New - make xerces the default XML Parser

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=921

*** shadow/921	Fri Mar  9 18:42:47 2001
--- shadow/921.tmp.11923	Fri Mar  9 18:42:47 2001
***************
*** 0 ****
--- 1,37 ----
+ +============================================================================+
+ | make xerces the default XML Parser                                         |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 921                         Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Minor                    OS/Version: All                     |
+ |     Priority:                           Component: javax.xml               |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: patmoore@ieee.org                                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Since Crimson is being replaced by Xerces; it would help make it easier to 
+ debug xalan code if the default *FactoryImpl's were Xerces rather than Crimson. 
+ Please make these changes to javax/xml/parsers/SAXParserFactory.java and 
+ javax/xml/parsers/DocumentBuilderFactory.java
+ 
+ $ diff -b SAXParserFactory.java SAXParserFactory.java.new
+ 137c137
+ <                                              "org.apache.crimson.jaxp.SAXParse
+ rFactoryImpl");
+ ---
+ >                                                                        "org.ap
+ ache.xerces.jaxp.SAXParserFactoryImpl");
+ 
+ 
+ $ diff -b DocumentBuilderFactory.java DocumentBuilderFactory.java.new
+ 136c136
+ <                                              "org.apache.crimson.jaxp.Document
+ BuilderFactoryImpl");
+ ---
+ >                                                                        "org.ap
+ ache.xerces.jaxp.DocumentBuilderFactoryImpl");