cvs commit: xml-xalan/c/src/XPath XPath.cpp

2002-06-26 Thread dbertoni
dbertoni2002/06/26 23:16:04 Modified:c/src/XPath XPath.cpp Log: More efficient implementation of predicates. Cleaned up unnecessary temporaries. Revision ChangesPath 1.71 +152 -203 xml-xalan/c/src/XPath/XPath.cpp Index: XPath.cpp ===

cvs commit: xml-xalan/c/src/XPath MutableNodeRefList.cpp MutableNodeRefList.hpp NodeRefList.hpp

2002-06-26 Thread dbertoni
dbertoni2002/06/26 22:44:44 Modified:c/src/XPath MutableNodeRefList.cpp MutableNodeRefList.hpp NodeRefList.hpp Log: New functionality. Revision ChangesPath 1.23 +56 -3 xml-xalan/c/src/XPath/MutableNodeRefList.cpp Index: MutableNodeRe

cvs commit: xml-xalan/test build.xml

2002-06-26 Thread santiagopg
santiagopg2002/06/26 16:00:07 Modified:test build.xml Log: Added a new property to the "conf.xsltc" target. Revision ChangesPath 1.52 +3 -0 xml-xalan/test/build.xml Index: build.xml ===

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/trax TemplatesHandlerImpl.java TemplatesImpl.java TransformerFactoryImpl.java TransformerImpl.java

2002-06-26 Thread santiagopg
santiagopg2002/06/26 15:55:08 Modified:java/src/org/apache/xalan/xsltc/runtime/output StreamOutput.java StreamUnknownOutput.java TransletOutputHandlerFactory.java java/src/org/apache/xalan/xsltc/trax

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler ElementAvailableCall.java Expression.java FunctionAvailableCall.java If.java LogicalExpr.java When.java

2002-06-26 Thread santiagopg
santiagopg2002/06/26 14:25:35 Modified:java/src/org/apache/xalan/xsltc/compiler ElementAvailableCall.java Expression.java FunctionAvailableCall.java If.java LogicalExpr.java When.java Log: Added support for func

DO NOT REPLY [Bug 4603] - xsltc fails conf test attribset42 on inheritance of attrib set

2002-06-26 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

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/util IntegerArray.java

2002-06-26 Thread santiagopg
santiagopg2002/06/26 12:03:06 Modified:java/src/org/apache/xalan/xsltc/util IntegerArray.java Log: Fixed bug in clone(). Revision ChangesPath 1.2 +14 -10xml-xalan/java/src/org/apache/xalan/xsltc/util/IntegerArray.java Index: IntegerArray.java ===

Re: JLex 1.2.5 and xalan 2.3.1

2002-06-26 Thread Tom Amiro
GOMEZ Henri wrote: > > I didn't track xalan-dev (or my inbox will explode with > all the jakartas I follow :), that's why I send that > to Shane (sorry) > > if someone has a reply thanks to send me a note in direct ;) > > - > Henri Gomez ___[_] > EMAIL : [EMAIL PROTECTED]

cvs commit: xml-xalan/java/src/org/apache/xalan/serialize SerializerToXML.java

2002-06-26 Thread tmiller
tmiller 2002/06/26 10:25:20 Modified:java/src/org/apache/xalan/serialize Tag: jaxp-ri-1_2_0-fcs-branch SerializerToXML.java Log: bugzilla 9572 fixed for ATTLIST Revision ChangesPath No revision No revisi

cvs commit: xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java XSLTErrorResources.properties

2002-06-26 Thread mmidy
mmidy 2002/06/26 08:20:06 Modified:java/src/org/apache/xalan/res XSLTErrorResources.java XSLTErrorResources.properties Log: Add error resources pulled out from code Revision ChangesPath 1.27 +17 -0 xml-xalan/java/src/org/apache/xalan/re

cvs commit: xml-xalan/java/src/org/apache/xpath/res XPATHErrorResources.java XPATHErrorResources.properties

2002-06-26 Thread mmidy
mmidy 2002/06/26 08:17:38 Modified:java/src/org/apache/xpath/res XPATHErrorResources.java XPATHErrorResources.properties Log: Add error resources pulled out from code Revision ChangesPath 1.14 +29 -0 xml-xalan/java/src/org/apache/xpath/

Re: cvs commit: xml-xalan/java build.xml

2002-06-26 Thread Shane Curcuru
Um, color me lazy and just applying a patch that seems to make sense (shouldn't hurt anything, and it still builds). I'm imagining that Henri may have proposed it for an older Xalan build when xsltc.jar was only the core stuff and didn't include other dependencies. If so, feel free to back it ou

RE: JLex 1.2.5 and xalan 2.3.1

2002-06-26 Thread GOMEZ Henri
I didn't track xalan-dev (or my inbox will explode with all the jakartas I follow :), that's why I send that to Shane (sorry) if someone has a reply thanks to send me a note in direct ;) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY

Fwd: JLex 1.2.5 and xalan 2.3.1

2002-06-26 Thread Shane Curcuru/CAM/Lotus
Although I hate to say it to someone who's so helpful, this is a question best answered on the xalan-dev list. (Especially since I'm not really running builds anymore) XSLTC-folks: have you done any work to see if you can use newer versions of JLex as Henri asks below? This might help out his r

Re: cvs commit: xml-xalan/java build.xml

2002-06-26 Thread Tom Amiro
Hi, I don't understand why this was needed. Also, why wouldn't the path just include xsltc.jar, since it includes the contents of the erstwhile xslt related jars, like bcel.jar, runtime.jar, etc all rolled up into the one xsltc.jar? Tom [EMAIL PROTECTED] wrote: > > curcuru 2002/06/26 06:2

cvs commit: xml-xalan/java build.xml

2002-06-26 Thread curcuru
curcuru 2002/06/26 06:24:47 Modified:java build.xml Log: Update docs.class.path to include XSLTC-dependent jars Submitted by: Henri Gomez [EMAIL PROTECTED] Revision ChangesPath 1.174 +4 -2 xml-xalan/java/build.xml Index: build.xml ==