cvs commit: xml-xalan/c/Tests/Harness FileUtility.cpp

2002-07-10 Thread dbertoni
dbertoni2002/07/10 22:56:09 Modified:c/Tests/Harness FileUtility.cpp Log: Fixed bugs in DOM comparison routines. Revision ChangesPath 1.39 +105 -103 xml-xalan/c/Tests/Harness/FileUtility.cpp Index: FileUtility.cpp

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

2002-07-10 Thread dbertoni
dbertoni2002/07/10 22:15:13 Modified:c/src/XSLT XSLTEngineImpl.cpp Log: Removed unused cast and variable definition. Revision ChangesPath 1.150 +0 -7 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp Index: XSLTEngineImpl.cpp ===

RE: HPUX 11 xerces xalan

2002-07-10 Thread David N Bertoni/Cambridge/IBM
I do runConfigure like this: ./runConfigure -p hp-11 -c cc -x aCC I get my Xalan sources directly from CVS. I've built with the Xerces binary distribution, the Xerces source distribution, and from CVS. Here's the output from one file, with -v: aCC -O -DNDEBUG +Z -DHPUX -D_THREAD_SAFE

RE: HPUX 11 xerces xalan

2002-07-10 Thread Prothro, John
Hmmm... interesting. My compiler is the same. There are many other factors though... lib patches, etc... I'll look into it. BTW, what are your args to runConfigure? Do you add any thing else to Makefile.in files or do you just untar and run runConfigure and make? Could you also turn on the -v c

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

2002-07-10 Thread dbertoni
dbertoni2002/07/10 17:36:20 Modified:c/src/XSLT XSLTEngineImpl.cpp XSLTEngineImpl.hpp Log: Removed unused return values. Removed unused prefix resolver. Revision ChangesPath 1.149 +62 -140 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp Index: XSLTEngineImpl.cpp ==

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

2002-07-10 Thread dbertoni
dbertoni2002/07/10 17:29:11 Modified:c/src/XPath XPath.cpp XPath.hpp Log: New overload for getMatchScore() and new optimization for positional predicates in match patterns. Revision ChangesPath 1.72 +79 -23xml-xalan/c/src/XPath/XPath.cpp Index: XPath.cpp

DO NOT REPLY [Bug 10668] New: - XSLTC: TemplatesHandlerImpl.setLocator() incorrectly retrieves System Id

2002-07-10 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_b

DO NOT REPLY [Bug 10665] - can't traverse the nodeset returned by xalan:nodeset

2002-07-10 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_b

RE: HPUX 11 xerces xalan

2002-07-10 Thread David N Bertoni/Cambridge/IBM
Hey John, This is very strange. I've built and tested with the latest Xalan code with both the post 1.7 version of Xerces that I have, and the official Xerces 1.7 release, and haven't had any problems. Here's the version of the compiler and OS we're using: ~/apache/xml-xalan/test/tests > a

DO NOT REPLY [Bug 10626] - XSLTC: xsl:import and xsl:include don't work when URIResolver provided returns SAXSource or DOMSource

2002-07-10 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_b

DO NOT REPLY [Bug 10626] - XSLTC: xsl:import and xsl:include don't work when URIResolver provided returns SAXSource or DOMSource

2002-07-10 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_b

DO NOT REPLY [Bug 10665] New: - can't traverse the nodeset returned by xalan:nodeset

2002-07-10 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_b

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

2002-07-10 Thread jkesselm
jkesselm2002/07/10 14:44:21 Modified:java/src/org/apache/xml/utils DOMBuilder.java Log: This was still trying to switch between setAttribute() and setAttributeNS(). Correct usage of DOM Level 2 would be to always use setAttributeNS(), and simply set a null URI when the n

DO NOT REPLY [Bug 10663] - preceding-sibling axis incorrect

2002-07-10 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_b

DO NOT REPLY [Bug 10663] New: - preceding-sibling axis incorrect

2002-07-10 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_b

RE: HPUX 11 xerces xalan

2002-07-10 Thread Prothro, John
Sure, I'll do anything you ask. I'll check out whatever code, wherever... I'll stay up late tonight and build... you name it. :) -Original Message- From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 3:28 PM To: [EMAIL PROTECTED] Subject: RE: H

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

2002-07-10 Thread dbertoni
dbertoni2002/07/10 13:56:08 Modified:c/src/XalanSourceTree XalanSourceTreeParserLiaison.cpp XalanSourceTreeParserLiaison.hpp Log: Set schema flag as well as validation flag on parser instance. Revision ChangesPath 1.29 +64 -0 xml-xalan/c/

Re: xsl-for-each

2002-07-10 Thread Joseph Kesselman
I think we have to agree that we disagree. I don't consider the presence of a divergence in other implementations to be sufficient evidence by itself that we should copy that divergence. But that's just my own opinion; we'll see what the rest of the developers think. ___

RE: HPUX 11 xerces xalan

2002-07-10 Thread David N Bertoni/Cambridge/IBM
Hmm, I just built everything fine with Xerces code that is post 1.7. I can even get things to work properly if I don't rebuild Xerces with -AA (which is officially a no-no). I'll download the 1.7 distribution and try that myself. Can you post just the errors and the offending lines of code? I

Re: Nomination for Ilene Seelemann () and Henry Zongaro () to committerstatus

2002-07-10 Thread Myriam Midy/CAM/Lotus
+1 [EMAIL PROTECTED] .com To: [EMAIL PROTECTED]

Re: xsl-for-each

2002-07-10 Thread Peter Davis
On Wednesday 10 July 2002 06:25, Joseph Kesselman wrote: > Which is why it's being corrected in XSLT 2.0. Yes, that is a Good Thing. Unfortunately, we're stuck with 1.0 for another year or so. (BTW, has Xalan made any moves towards supporting 2.0? Will that be Xalan3 or something?) > But a

RE: HPUX 11 xerces xalan

2002-07-10 Thread Prothro, John
OK, well, got the latest from cvs but it has build errors. So, it was suggested that I go back to get 1.7 stable src. It does not build for erros also. So... do you guys support native compiles on HPUX with the -AA switch? The website and download area suggests that you do support native HPUX b

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

2002-07-10 Thread mmidy
mmidy 2002/07/10 11:57:00 Modified:java/src/org/apache/xml/dtm/ref DTMDefaultBaseIterators.java Log: bugzilla 9575: Fix AncestorIterator counting root node twice. Patch from Henry Zongaro. Revision ChangesPath 1.15 +11 -9 xml-xalan/java/src/org/apache/xml/dt

DO NOT REPLY [Bug 10626] - XSLTC: xsl:import and xsl:include don't work when URIResolver provided returns SAXSource or DOMSource

2002-07-10 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_b

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

2002-07-10 Thread mmidy
mmidy 2002/07/10 10:09:23 Added: java/src/org/apache/xml/utils XMLChar.java Log: Bugzilla 5013: Validation of QName attribute values. The patch will also fix the missing validation described in bugs 792 and 793 Revision ChangesPath 1.1 xml-xalan/jav

DO NOT REPLY [Bug 10643] - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10630] - Source interface does not specify source

2002-07-10 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_b

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

2002-07-10 Thread mmidy
mmidy 2002/07/10 09:06:32 Modified:java/src/org/apache/xalan/processor XSLTAttributeDef.java XSLTElementProcessor.java XSLTSchema.java java/src/org/apache/xalan/res XSLTErrorResources.java XSLTErrorResources.properties

DO NOT REPLY [Bug 10643] - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10643] - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10643] - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10643] - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10643] - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10643] - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10643] New: - xalan hangs indefinitly consuming 100% CPU

2002-07-10 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_b

DO NOT REPLY [Bug 10630] - Source interface does not specify source

2002-07-10 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_b

Re: [PROBLEM]: XSLTC does not work

2002-07-10 Thread Jacek Ambroziak
--- Tom Amiro <[EMAIL PROTECTED]> wrote: > We'll do some testing with 1.4.1_01 to see if the > problem > is with the JVM or with XSLTC. Tom, in my opinion the problem is more with the JVM than XSLTC as the latter runs fine on any other VM. But then _01 was an interim version and 1.4.1 is express

DO NOT REPLY [Bug 10630] - Source interface does not specify source

2002-07-10 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_b

Re: Nomination for Ilene Seelemann () and Henry Zongaro () to committerstatus

2002-07-10 Thread Joseph Kesselman
On Tuesday, 07/09/2002 at 05:35 AST, Scott Boag/Cambridge/IBM@Lotus wrote: > I would like to nominate Ilene Seelemann ( [EMAIL PROTECTED] ) and Henry > Zongaro ([EMAIL PROTECTED]) to committer status on the Xalan project. +1 And welcome! __ Joe Kesselman /

Re: xsl-for-each

2002-07-10 Thread Joseph Kesselman
On Tuesday, 07/09/2002 at 03:11 MST, Peter Davis <[EMAIL PROTECTED]> wrote: > On Tuesday 09 July 2002 14:28, Joseph Kesselman wrote: > > The point of standards is that they _ARE_ standards, and you should be very > > explicit about when you're stepping outside their scope. > > The problem is that

DO NOT REPLY [Bug 10630] - Source interface does not specify source

2002-07-10 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_b

patch

2002-07-10 Thread GILCHRIST,PETE (Non-HP-Germany,ex1)
Hi , we got caught by bug 5046 ( i think) . Anyway as it was a production stopper. I traced and fixed the bug. It boils down to an Object[] array hitting the ceiling. Currently set at 500. The quick fix was to increase the number but . I dont like this as the ceiling will be reached some

DO NOT REPLY [Bug 10597] - ArrayIndexOutOfBoundsException after processing invalid XML

2002-07-10 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_b

DO NOT REPLY [Bug 10640] New: - attempt to sort decending produces error

2002-07-10 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_b

DO NOT REPLY [Bug 10639] New: - traversal of xml with namespaces not recognised in xsltc

2002-07-10 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_b

DO NOT REPLY [Bug 10630] New: - Source interface does not specify source

2002-07-10 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_b

RE: [PROBLEM]: XSLTC does not work

2002-07-10 Thread Carsten Ziegeler
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 5:04 PM > To: Ivelin Ivanov > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PROBLEM]: XSLTC does not work > > > Hi

DO NOT REPLY [Bug 10597] - ArrayIndexOutOfBoundsException after processing invalid XML

2002-07-10 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_b

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

2002-07-10 Thread dbertoni
dbertoni2002/07/10 00:31:03 Modified:c/src/XSLT XSLTEngineImpl.cpp XSLTEngineImpl.hpp Log: Temporary fix for copying namespace nodes. Revision ChangesPath 1.148 +30 -5 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp Index: XSLTEngineImpl.cpp ==