cvs commit: xml-xalan/java/src/org/apache/xalan/transformer TransformerHandlerImpl.java

2001-08-05 Thread sboag
sboag 01/08/05 23:24:50 Modified:java/src/org/apache/xalan/transformer TransformerHandlerImpl.java Log: Remove m_hasStarted variable and associated assertion. Revision ChangesPath 1.12 +3 -6 xml-xalan/java/src/org/apache/xalan/transfo

[Bug 2972] - Testing variables cause an NPE

2001-08-05 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2972

Re: [Bug 2925] - Parameter set from DOM Node, broken

2001-08-05 Thread Scott_Boag
> Any estimate on the Sorted Iterator issue ?? I tested the SQL > code, it is still there. I've been racking my brain on this. I'm still not quite ready to make a fix. Sometime this coming week, I hope (though I'm not sure I have a good plan quite yet...). > The second question is related to

cvs commit: xml-xalan/java/src/org/apache/xpath VariableStack.java

2001-08-05 Thread sboag
sboag 01/08/05 22:57:01 Modified:java/src/org/apache/xpath VariableStack.java Log: Address http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2972, where it was throwing a NPE instead of reporting that the variable was being accessed before it was bound (i.e. the variable was b

cvs commit: xml-xalan/test/tests/conf-gold/copy copy29.out

2001-08-05 Thread sboag
sboag 01/08/05 22:30:39 Modified:test/tests/conf-gold/copy copy29.out Log: Added newline after the doc end tag. Revision ChangesPath 1.2 +1 -2 xml-xalan/test/tests/conf-gold/copy/copy29.out Index: copy29.out ===

cvs commit: xml-xalan/test/tests/conf/copy copy29.xsl copy29.xml

2001-08-05 Thread sboag
sboag 01/08/05 22:29:47 Added: test/tests/conf/copy copy29.xsl copy29.xml Log: Tests current() function in root. Revision ChangesPath 1.1 xml-xalan/test/tests/conf/copy/copy29.xsl Index: copy29.xsl =

Re: Build question

2001-08-05 Thread Scott_Boag
Gary L Peskin <[EMAIL PROTECTED]> wrote: > I have a quick question as to how the various developers do his or her > compiles. I know that we're supposed to make it so that XalanJ will run > under JDK 1.1.x. > > How do you enforce this? Um, I admit to being lazy in this regard. > I didn't want

cvs commit: xml-xalan/java/samples/extensions/sql/streamable cachedNodes.xsl

2001-08-05 Thread johng
johng 01/08/05 22:05:22 Modified:java/samples/extensions/sql/streamable cachedNodes.xsl Log: Updated cahcedNodes.xsl to use new function calls Submitted by: John Gentilin Revision ChangesPath 1.2 +20 -2 xml-xalan/java/samples/extensions/sql/streamable/cache

cvs commit: xml-xalan/java/samples/extensions/sql/streamable streamNodes.xsl

2001-08-05 Thread johng
johng 01/08/05 22:03:01 Modified:java/samples/extensions/sql/basic-connection dbtest.xsl java/samples/extensions/sql/streamable streamNodes.xsl Log: Updated basic connection and streamingNodes.xsl Submitted by: John Gentilin Revision ChangesPath 1.3

Re: [Bug 2925] - Parameter set from DOM Node, broken

2001-08-05 Thread John Gentilin
Scott, Checked out the fix and all seems to work just fine. I have just two questions... for now.. Any estimate on the Sorted Iterator issue ?? I tested the SQL code, it is still there. I have modified the Unit Tests in samples/extensions/sql/streaming and will check them in. I should also look

cvs commit: xml-xalan/java build.bat

2001-08-05 Thread sboag
sboag 01/08/05 21:58:34 Modified:java build.bat Log: Added -mx64m which seems to make the 1.1.8 build be able to work. Also, use @echo on and @echo off, instead of replicating the line. Revision ChangesPath 1.10 +4 -2 xml-xalan/java/build.bat In

cvs commit: xml-xalan/java/src/org/apache/xml/utils NamespaceSupport2.java

2001-08-05 Thread sboag
sboag 01/08/05 21:56:51 Modified:java/src/org/apache/xml/utils NamespaceSupport2.java Log: Moved anonomous class to PrefixEnumerator, in response to problems encountered with 1.1.8 build. Joe may want to fix this in another way, as I'm sure the anon class is probably a bit

cvs commit: xml-xalan/java/src/org/apache/xpath/objects XObjectFactory.java XObject.java

2001-08-05 Thread sboag
sboag 01/08/05 21:54:41 Modified:java/src/org/apache/xpath/objects XObject.java Added: java/src/org/apache/xpath/objects XObjectFactory.java Log: Move create methods from XObject to XObjectFactory, in response to cyclic build problems encountered with javac 1.1.8. R

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

2001-08-05 Thread dbertoni
dbertoni01/08/05 19:16:50 Modified:c/src/XPath SimpleNodeLocator.cpp Log: Added & to member functions. Revision ChangesPath 1.43 +17 -17xml-xalan/c/src/XPath/SimpleNodeLocator.cpp Index: SimpleNodeLocator.cpp ==

cvs commit: xml-xalan/c/src/DOMSupport DOMServices.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 19:15:03 Modified:c/src/DOMSupport DOMServices.hpp Log: New function. Revision ChangesPath 1.25 +16 -2 xml-xalan/c/src/DOMSupport/DOMServices.hpp Index: DOMServices.hpp ===

cvs commit: xml-xalan/c/src/XSLT Stylesheet.cpp Stylesheet.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:43:18 Modified:c/src/XSLT Stylesheet.cpp Stylesheet.hpp Log: Added new virtual function. Revision ChangesPath 1.61 +12 -1 xml-xalan/c/src/XSLT/Stylesheet.cpp Index: Stylesheet.cpp ===

cvs commit: xml-xalan/c/src/XSLT StylesheetExecutionContextDefault.cpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:42:01 Modified:c/src/XSLT StylesheetExecutionContextDefault.cpp Log: Added document instance number to XalanSourceTreeDocument constructor. Revision ChangesPath 1.72 +3 -2 xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.cpp Index

cvs commit: xml-xalan/c/src/XSLT FunctionGenerateID.cpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:40:09 Modified:c/src/XSLT FunctionGenerateID.cpp Log: Added document instance number to generated ID. Revision ChangesPath 1.16 +12 -1 xml-xalan/c/src/XSLT/FunctionGenerateID.cpp Index: FunctionGenerateID.cpp ==

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

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:39:30 Modified:c/src/XPath SimpleNodeLocator.cpp SimpleNodeLocator.hpp Log: Implemented new NodeTester class. Revision ChangesPath 1.42 +842 -189 xml-xalan/c/src/XPath/SimpleNodeLocator.cpp Index: SimpleNodeLocator.cpp ===

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

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:38:53 Modified:c/src/XPath NodeRefListBase.cpp NodeRefListBase.hpp Log: Don't use climits any more. Revision ChangesPath 1.3 +1 -7 xml-xalan/c/src/XPath/NodeRefListBase.cpp Index: NodeRefListBase.cpp =

cvs commit: xml-xalan/c/src/XMLSupport XMLParserLiaison.hpp XMLParserLiaisonDefault.cpp XMLParserLiaisonDefault.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:38:11 Modified:c/src/XMLSupport XMLParserLiaison.hpp XMLParserLiaisonDefault.cpp XMLParserLiaisonDefault.hpp Log: Implemented document instance number. Revision ChangesPath 1.13 +9 -0 xml-xalan

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesDocumentBridge.cpp XercesDocumentBridge.hpp XercesParserLiaison.cpp XercesParserLiaison.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:37:47 Modified:c/src/XercesParserLiaison XercesDocumentBridge.cpp XercesDocumentBridge.hpp XercesParserLiaison.cpp XercesParserLiaison.hpp Log: Implemented document instance number. Revision ChangesPath

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeContentHandler.cpp XalanSourceTreeContentHandler.hpp XalanSourceTreeDocument.cpp XalanSourceTreeDocument.hpp XalanSourceTreeParserLiaison.cpp XalanSourceTreeParserLiaison.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:37:01 Modified:c/src/XalanSourceTree XalanSourceTreeContentHandler.cpp XalanSourceTreeContentHandler.hpp XalanSourceTreeDocument.cpp XalanSourceTreeDocument.hpp XalanSourc

cvs commit: xml-xalan/c/src/XalanDOM XalanDOMString.cpp XalanDOMString.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:35:44 Modified:c/src/XalanDOM XalanDOMString.cpp XalanDOMString.hpp Log: Fixed some 64-bit issues. Revision ChangesPath 1.13 +57 -81xml-xalan/c/src/XalanDOM/XalanDOMString.cpp Index: XalanDOMString.cpp =

cvs commit: xml-xalan/c/src/XalanDOM XalanDocument.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:35:09 Modified:c/src/XalanDOM XalanDocument.hpp Log: Added pure virtual to determine the instance number of the document. Revision ChangesPath 1.5 +8 -1 xml-xalan/c/src/XalanDOM/XalanDocument.hpp Index: XalanDocument.hpp

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:33:48 Modified:c/src/PlatformSupport DOMStringHelper.hpp Log: Fixed some unsigned/unsigned long issues. Revision ChangesPath 1.47 +6 -6 xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp Index: DOMStringHelper.hpp ===

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

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:32:36 Modified:c/src/PlatformSupport DoubleSupport.cpp Log: Make sure whitespace is trimmed. Revision ChangesPath 1.26 +51 -25xml-xalan/c/src/PlatformSupport/DoubleSupport.cpp Index: DoubleSupport.cpp ==

cvs commit: xml-xalan/c/src/Include PlatformDefinitions.hpp

2001-08-05 Thread dbertoni
dbertoni01/08/05 18:31:43 Modified:c/src/Include PlatformDefinitions.hpp Log: Change for Tru64 with Compaq compiler. Revision ChangesPath 1.10 +1 -1 xml-xalan/c/src/Include/PlatformDefinitions.hpp Index: PlatformDefinitions.hpp ==

Re: [Bug 2925] - Parameter set from DOM Node, broken

2001-08-05 Thread Scott_Boag
John Gentilin <[EMAIL PROTECTED]> wrote: > Better but still broken. OK, I've added some simple tests to the Bugzilla2925 test to test returns of a DTM, DTMIterator, and DTMAxisIterator. Fixed bug in OneStepIterator to set up the NodeTest to DTMFilter.SHOW_ALL. Ran the SQL sample, and it seems

cvs commit: xml-xalan/test/tests/bugzilla Bugzilla2925.xsl Bugzilla2925.out Bugzilla2925.java

2001-08-05 Thread sboag
sboag 01/08/05 17:30:47 Modified:test/tests/bugzilla Bugzilla2925.xsl Bugzilla2925.out Bugzilla2925.java Log: Added simple tests for return of extensions of DTM, DTMAxisIterator, and DTMIterator, to test regression caused by fixes associated with this b

cvs commit: xml-xalan/java/src/org/apache/xpath/axes OneStepIterator.java

2001-08-05 Thread sboag
sboag 01/08/05 17:28:59 Modified:java/src/org/apache/xpath/axes OneStepIterator.java Log: For the OneStepIterator(DTMAxisIterator iterator) constructor, initialize the node tests to DTMFilter.SHOW_ALL (duh). Revision ChangesPath 1.5 +2 -0 xml-xalan/java/sr

Re: Build question

2001-08-05 Thread Gary L Peskin
[EMAIL PROTECTED] wrote: > The answer here is either add an extra constructor or try splitting the > javac steps up into more separate compiles. That's why the compile target > has so many separate tasks, for JDK 1.1.8. If this is truly a > small circular dep. that 1.1.8 can't figure out, we ma

Re: [Bug 2925] - Parameter set from DOM Node, broken

2001-08-05 Thread Scott_Boag
OK, I'll keep on working it... -scott John Gentilin

Re: Build question

2001-08-05 Thread Shane_Curcuru
. you Gary L Peskin <[EMAIL PROTECTED]> wrote > I have a quick question as to how the various developers do his or her > compiles. I know that we're supposed to make it so that XalanJ will run > under JDK 1.1.x. > > How do you enforce this? Excellent question. Either someone still on J

Re: [Bug 2992] - xsl:copy & root element attributes

2001-08-05 Thread John Gentilin
Gary, Previously I was having a problem with extension functions where the XPAth Statement would do a copy-of from the the root (i.e. Just the variable returned from the function). So if I did a; I would get the complete tree that I was supposed too plus some random fragments after the last v

Build question

2001-08-05 Thread Gary L Peskin
I have a quick question as to how the various developers do his or her compiles. I know that we're supposed to make it so that XalanJ will run under JDK 1.1.x. How do you enforce this? I'm asking because up until now I've been doing it by using the Sun JDK 1.1.8 javac compiler. I'm using 1.1.8