RE: Xalan Core dumps in XPathExpression::adjustPattern.

2002-03-21 Thread David N Bertoni/Cambridge/IBM
Actually, that change is for the new Xerces-C 1.7 "sane includes". I gave you a diff that's compatible with Xerces-C 1.6. If you pulled down the file from CVS, you'll have to back out the include change. Dave

RE: Xalan Core dumps in XPathExpression::adjustPattern.

2002-03-21 Thread Avula, Raj
Just want to let you know. #include should be #include > -Original Message- > From: Avula, Raj > Sent: Thursday, March 21, 2002 6:09 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Xalan Core dumps in XPathExpression::adjustPattern. > > > Thanks Dave. > > I should have s

RE: Xalan Core dumps in XPathExpression::adjustPattern.

2002-03-21 Thread Avula, Raj
Thanks Dave. I should have seen the latest code before sending the mail. Raj.. > -Original Message- > From: David N Bertoni/Cambridge/IBM [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 6:01 PM > To: [EMAIL PROTECTED] > Subject: Re: Xalan Core dumps in XPathExpressi

Re: Xalan Core dumps in XPathExpression::adjustPattern.

2002-03-21 Thread David N Bertoni/Cambridge/IBM
Yup, this has been fixed in the latest CVS code. Here's the diff: cvs diff -r 1.50 -r 1.49 XPathProcessorImpl.cpp (in directory V: \xml-xalan\c\src\XPath\) Index: XPathProcessorImpl.cpp === RCS file: /home/cvspublic/

branch merge

2002-03-21 Thread scott_boag
I just merged my branch of the redundant expression elimination stuff. Major architectural changes 1) Rip out cacheing in all iterators, and move the caching into XNodeSet (actually NodeSequence where the caching is done derives from XObject and XNodeSet derives from NodeSequence). Lots of other

XHTML output using Xalan 2.3.1

2002-03-21 Thread susan atmaja
Hi... I have migrated from Xalan 1.2.2 to Xalan 2.3.1. I had problem generating XHTML output using Xalan 1.2.2. How do I generate XHTML using the new Xalan? Please advise. With regards, Susan _ Send and receive Hotmail on your mo

Xalan Core dumps in XPathExpression::adjustPattern.

2002-03-21 Thread Avula, Raj
Hi, Xalan1.3 dumps core in XPathExpression::adjustPattern. (xlc5 & aix433) I have checked this function adding some debug messages. I observed that theIndex & m_patternMap.size() is always same. I that case the [] operator of vector always return some invalid value. Please bear with me,

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

2002-03-21 Thread sboag
sboag 02/03/21 16:53:08 Modified:java/src/org/apache/xpath XPathContext.java Log: Merge from redundent expression elemination branch. Revision ChangesPath 1.37 +7 -3 xml-xalan/java/src/org/apache/xpath/XPathContext.java Index: XPathContext.java ===

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

2002-03-21 Thread sboag
sboag 02/03/21 16:43:41 Modified:java/src/org/apache/xml/utils SystemIDResolver.java Log: Put extra check for getAbsoluteURI(String urlString, String base) for absolute file paths with no protocol... I think one of the last check-in's wiped this out. So now, if the path is the

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

2002-03-21 Thread sboag
sboag 02/03/21 16:33:04 Modified:java/src/org/apache/xalan/serialize SerializerToXML.java Log: Properly catch exception from CharInfo constructor, and try again. Revision ChangesPath 1.14 +10 -1 xml-xalan/java/src/org/apache/xalan/serialize/SerializerToXML.ja

Re: Do you have a distribution for Digital Unix?

2002-03-21 Thread David N Bertoni/Cambridge/IBM
No we don't have binary distributions for Tru64. You'll need to get the Xerces 1.6 and Xalan 1.3 source distributions and build it yourself. Dave

Do you have a distribution for Digital Unix?

2002-03-21 Thread steven mizusawa
Hi, We're running Digital Unix on an Alpha Server version 4.0F. --Steve Mizusawa [EMAIL PROTECTED] _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com

Re: xalan BUG java Extension Element:

2002-03-21 Thread Joseph Kesselman/CAM/Lotus
You might want to post this into Bugzilla, to make sure we don't forget to address it.

Re: Xalanites at JavaOne? Help needed!

2002-03-21 Thread Chris McCabe
Shane, If you don't get anyone else that really wants to do it, I can do it for you. As you may already know, I am a heavy Java XSLT user with both Xalan and Saxon, and hopefully soon XSLTC. Just let me know if you want me to. I am leaving for San Francisco today, so I will be without my

DO NOT REPLY [Bug 7058] - QName.toString() should use StringBuffer concat to improve perf

2002-03-21 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 7225] - java.lang.ArrayIndexOutOfBoundsException

2002-03-21 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 6833] - ArrayIndexOutOfBoundsException

2002-03-21 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

[GUMP] Xalan2 Smoketest Failure

2002-03-21 Thread Sam Ruby
akarta/xml-xalan/test/java/build/xalan-smoketest-20020321.tar [tar] Entry: xml-xalan/test/smoketest/api/SAXTransformerFactoryAPITest/trax/sax/SAXTransformerFactoryAPITest_1.out longer than 100 characters. [tar] Resulting tar file can only be processed successfully by GNU compatib

xalan BUG java Extension Element:

2002-03-21 Thread Tony Nys
Hi all, throwing an exception from xslt extension element/function does not stop xalan to stop processing ! if you make a simple xslt extension element and you throw an exception, xalan calls the .warning() function in the errorhandler and so does not stop. also, the exception (and message) i