DO NOT REPLY [Bug 18008] - NullPointerException while using key() function

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18008] - NullPointerException while using key() function

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15979] - PathEvaluator::initialize() hangs

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18008] - NullPointerException while using key() function

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18210] - got java.lang.NullPointerException, when run Conformance test of: mdocs

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18008] - NullPointerException while using key() function

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: XSLTC could not compile stylesheet errors on steam conf tests

2003-03-24 Thread Tom Amiro
Thanks Morris. I had done a "build xsltc.clean" then "build xsltc.jar", but after doing the whole thing "cvs update; build clean; build xsltc.jar" the namespace test also worked for me too. Tom Morris Kwan wrote: Hi, Tom I think you run "cvs update" followed by "build xsltc.jar". When I did

cvs commit: xml-xalan/java/xpath_rwapi/grammar xpath-grammar.xml

2003-03-24 Thread villard
villard 2003/03/24 09:36:26 Modified:java/xpath_rwapi/grammar Tag: xslt20 xpath-grammar.xml Log: -ifLpar, then and else token are not generated anymore Revision ChangesPath No revision No revision 1.1.2.6 +4 -4 xm

cvs commit: xml-xalan/java/xpath_rwapi/src2/org/apache/xpath/impl ConditionalExprImpl.java

2003-03-24 Thread villard
villard 2003/03/24 09:35:06 Modified:java/xpath_rwapi/src2/org/apache/xpath/impl/parser Tag: xslt20 xpath-grammar.jj XPathVisitor.java xpath-grammar.jjt XPath.java XPathTreeConstants.java SimpleNode.java

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM2.java

2003-03-24 Thread mkwan
mkwan 2003/03/24 09:31:00 Modified:java/src/org/apache/xalan/xsltc/dom Tag: XSLTC_DTM DOMAdapter.java java/src/org/apache/xml/dtm/ref/sax2dtm Tag: XSLTC_DTM SAX2DTM2.java Log: Fix a bug in XSLTC_DTM. Change the name o

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java SAX2DTM2.java

2003-03-24 Thread mkwan
mkwan 2003/03/24 09:18:51 Modified:java/src/org/apache/xml/dtm/ref/sax2dtm Tag: XSLTC_DTM SAX2DTM.java SAX2DTM2.java Log: XSLTC_DTM performance work Improvement in DTM building. Make the code more efficient in a few expensive interfaces. Revision C

cvs commit: xml-xalan/c/src/PlatformSupport XalanParsedURI.cpp

2003-03-24 Thread dbertoni
dbertoni2003/03/24 08:55:23 Modified:c/src/PlatformSupport XalanParsedURI.cpp Log: Support for relative URI with a scheme, as long as the scheme matches the base URI schem. Revision ChangesPath 1.2 +26 -1 xml-xalan/c/src/PlatformSupport/XalanParsedURI.cpp

Re: TransformSnapshotImpl - is it any use?

2003-03-24 Thread Joseph Kesselman
TransformSnapshotImpl implements TransformSnapshot. These are currently referenced in the TransformerImpl class's getSnapshot(), executeFromSnapshot(), and resetToStylesheet() methods. As far as I can tell (I'm not looking at the main-line code right now), those are not currently invoked withi

Re: XSLTC could not compile stylesheet errors on steam conf tests

2003-03-24 Thread Morris Kwan
Hi, Tom I think you run "cvs update" followed by "build xsltc.jar". When I did the same thing, I saw the compiler errors in the three namespace testcases. Then I realized that the xsltc.jar seems to be bad. If I do a "build clean" before doing a "build xsltc.jar", then the generated xsltc.jar is

TransformSnapshotImpl - is it any use?

2003-03-24 Thread Brian Minchau
I'm working on merging the serializers of Xalan-J interpretive and XSLTC, and I can't find a use for TransformSnapshotImpl in the org.apache.xalan.transformer package. Is anyone using it? Does anyone know what its purpose is? It seems to be saving and restoring the state of the transformation (i

XSLTC could not compile stylesheet errors on steam conf tests

2003-03-24 Thread Tom Amiro
Hi, I'm seeing a number of new compilation fails on the conf tests with XSLTC (building it from the main trunk). For example, namespace40, 42, and 43. This seems to be a recent regression. This time I made sure my jdk1.4.1's endorsed dir does not have any jars in it. Just a heads up. You may want