Re: Xalan and Xerces2

2001-12-04 Thread Tom Amiro
Hi Joe, After talking to you on the phone, I collected more information on the problems I'm seeing that may reflect an incompatibility using post Xalan-Java 2.2.D13 and Xerces-Java 2.0.0 Beta 3. I ran Xalan over java fullversion 1.3.1_01 and had only xalan.jar (from current CVS) and xerces.j

Major source of memory consumption found

2001-12-04 Thread Chris McCabe
I have found a major source of the memory problems I am running into. The class SAX2DTM has 2 data members that are intialized to consume a large amount of memory. The m_chars data member is a FastStringBuffer that is initialized to a size of 8K chars (16Kbytes), and the m_data data member is

cvs commit: xml-xalan/c/samples/SerializeNodeSet foo.xml SerializeNodeSet.cpp SerializeNodeSet.dsp

2001-12-04 Thread dbertoni
dbertoni01/12/04 13:53:39 Added: c/samples/SerializeNodeSet foo.xml SerializeNodeSet.cpp SerializeNodeSet.dsp Log: Initial revision. Revision ChangesPath 1.1 xml-xalan/c/samples/SerializeNodeSet/foo.xml Index: foo.xml ===

cvs commit: xml-xalan/c/samples/SerializeNodeSet - New directory

2001-12-04 Thread dbertoni
dbertoni01/12/04 13:53:09 xml-xalan/c/samples/SerializeNodeSet - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xalan/c/Tests/Conf conf.cpp

2001-12-04 Thread pauldick
pauldick01/12/04 11:20:49 Modified:c/Tests/Conf conf.cpp Log: Check for valid 'conformance' directory. Revision ChangesPath 1.16 +6 -1 xml-xalan/c/Tests/Conf/conf.cpp Index: conf.cpp === R

DO NOT REPLY [Bug 2805] - xsltc fails conf test math94 returning 0 instead of NaN

2001-12-04 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/runtime BasisLibrary.java

2001-12-04 Thread morten
morten 01/12/04 08:59:10 Modified:java/src/org/apache/xalan/xsltc/compiler Parser.java RoundCall.java java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Changed the return-type of the round() function form int to double. The result

cvs commit: xml-xalan/c/Tests/Conf conf.cpp

2001-12-04 Thread pauldick
pauldick01/12/04 08:14:56 Modified:c/Tests/Conf conf.cpp Log: Minor cleanup, added code to report failure when using -sub cmd-line option. Revision ChangesPath 1.15 +17 -11xml-xalan/c/Tests/Conf/conf.cpp Index: conf.cpp =

DO NOT REPLY [Bug 5264] - DOMBuilder startElement(..)

2001-12-04 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 5264] New: - DOMBuilder startElement(..)

2001-12-04 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 4199] - xsltc fails conf tests string134 and string135 converting string to integer with exponential notation

2001-12-04 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/runtime BasisLibrary.java

2001-12-04 Thread morten
morten 01/12/04 04:59:40 Modified:java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java Log: Updated the realToString() method in the runtime library to always output numbers on decimal form (and not on Java's "computerized scientific notation." PR: bugzilla 4199

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

2001-12-04 Thread tmiller
tmiller 01/12/04 04:51:43 Added: java/src/org/apache/xalan/xsltc ProcessorVersion.java Log: new class to version xsltc software Revision ChangesPath 1.1 xml-xalan/java/src/org/apache/xalan/xsltc/ProcessorVersion.java Index: ProcessorVersion.java

DO NOT REPLY [Bug 4983] - xsltc applies default namespace to both output elements in conf test namespace105

2001-12-04 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/compiler SyntaxTreeNode.java XslElement.java

2001-12-04 Thread morten
morten 01/12/04 03:46:37 Modified:java/src/org/apache/xalan/xsltc/compiler SyntaxTreeNode.java XslElement.java Log: Added a method to the SyntaxTreeNode base class that can be used to check the existence of an attribute in the input document: hasAttribute(

DO NOT REPLY [Bug 5260] New: - ampersands are still escaped in

2001-12-04 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/dom AbsoluteIterator.java CurrentNodeListIterator.java DOMImpl.java FilterIterator.java FilteredStepIterator.java KeyIndex.java MatchingIterator.java MultiDOM.java NodeIteratorBase.java NthIterator.java StepIterator.java UnionIterator.java

2001-12-04 Thread morten
morten 01/12/04 02:30:08 Modified:java/src/org/apache/xalan/xsltc NodeIterator.java java/src/org/apache/xalan/xsltc/dom AbsoluteIterator.java CurrentNodeListIterator.java DOMImpl.java FilterIterator.java FilteredStepIterato

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler Predicate.java xpath.lex

2001-12-04 Thread morten
morten 01/12/04 02:27:45 Modified:java/src/org/apache/xalan/xsltc/compiler Predicate.java xpath.lex Log: Revision ChangesPath 1.20 +11 -2 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Predicate.java Index: Predicate.java ==