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/05/09 16:16:31 UTC

[Bug 1677] New - xsltc gives null ptr exeption on the specs XSLT, XML, XPATH

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

*** shadow/1677	Wed May  9 07:16:31 2001
--- shadow/1677.tmp.10530	Wed May  9 07:16:31 2001
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | xsltc gives null ptr exeption on the specs XSLT, XML, XPATH                |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1677                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: Sun                     |
+ |     Severity: Normal                   OS/Version: Solaris                 |
+ |     Priority: Medium                    Component: org.apache.xalan.xsltc  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: tamiro@east.sun.com                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ As test cases, the real specs for XSLT, XML, and XPATH were taken from the
+ examples included with Michael Kay's XSLT Programmer's Reference book.
+ Before xsltc was donated to Apache, xsltc was able to transform the xml into
+ html output, although not perfectly.
+ 
+ Since donation and after the work was done to remove the Project X parser, xsltc
+ gives a null pointer execption on attempting to process the "spec" test cases.
+ Here's the error:        at
+ org.apache.xerces.framework.XMLParser.parse(XMLParser.java:969)
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:991)
+         at
+ org.apache.xalan.xsltc.runtime.DefaultRun.doTransform(DefaultRun.java:144)
+         at org.apache.xalan.xsltc.runtime.DefaultRun.main(DefaultRun.java:291)
+ 
+ Substituting Crimson for Xerces doesn't make things better.