cvs commit: xml-xalan/c/src/XalanDOM XalanAttr.hpp XalanCDATASection.hpp XalanCharacterData.hpp XalanComment.hpp XalanDocument.hpp XalanDocumentFragment.hpp XalanDocumentType.hpp XalanElement.hpp XalanEntity.hpp XalanEntityReference.hpp XalanNode.hpp XalanNotation.hpp XalanProcessingInstruction.hpp XalanText.hpp

2002-02-07 Thread dbertoni
dbertoni02/02/07 17:47:22 Modified:c/src/XalanDOM XalanAttr.hpp XalanCDATASection.hpp XalanCharacterData.hpp XalanComment.hpp XalanDocument.hpp XalanDocumentFragment.hpp XalanDocumentType.hpp XalanElement.hpp

FW: Returning message from xsl:message.

2002-02-07 Thread Avula, Raj
I am resending this message because I did not get any response to it. How can I catch the message thrown by xsl:message template? Does Xalan throughs any exception in case of xsl:message or does it use different mechanism to catch the message. Thanks, Raj.. > -Original Message- > From:

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

2002-02-07 Thread dbertoni
dbertoni02/02/07 16:24:56 Modified:c/src/XalanTransformer XalanTransformer.cpp XalanTransformer.hpp Log: Condensed code and implemented installable ProblemListener instance. Revision ChangesPath 1.42 +222 -358 xml-xalan/c/src/XalanTransforme

DO NOT REPLY [Bug 6261] - inconsistency between Linux OS versions

2002-02-07 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/test/java/src/org/apache/qetest/xsl CmdlineTest.java ConformanceTest.java MConformanceTest.java PerformanceTest.java

2002-02-07 Thread curcuru
curcuru 02/02/07 13:59:53 Removed: test/java/src/org/apache/qetest/xsl CmdlineTest.java ConformanceTest.java MConformanceTest.java PerformanceTest.java Log: Remove deprecated files; all are replaced by StylesheetTestletDriver and var

cvs commit: xml-xalan/test FailScanner.xsl

2002-02-07 Thread curcuru
curcuru 02/02/07 13:38:57 Modified:test FailScanner.xsl Log: Minor update for Mini file to condense output to single line per fail Revision ChangesPath 1.3 +5 -7 xml-xalan/test/FailScanner.xsl Index: FailScanner.xsl =

RE: InvocationTargetException in xalan 2.2.0 extension samples

2002-02-07 Thread Nicholas Sushkin
Gary, Thanks for you help. Yes, there is always a problem when you have to handle exceptions from the third party code. I see that you wrap the exception you received from an extension in TransformerException. Maybe the code that handles the ultimate TransformerException should unwrap. -- Nicho

Re: ACTION on 3rd party Jars: REPORT on xml-xalan project

2002-02-07 Thread Shane Curcuru
Here's a brief report on what the xml-xalan committers have done to address potential licensing issues brought up recently. The xml-xalan project includes a number of .jar files in xml-xalan/java/bin: -- ASF licensed files with corresponding licenses from their project: ant.jar (jakarta-ant) ant

cvs commit: xml-xalan/test/bin antRun.bat antRun ant.jar

2002-02-07 Thread curcuru
curcuru 02/02/07 12:32:21 Removed: test/bin antRun.bat antRun ant.jar Log: Remove; we now use the Ant copy in ../java/bin instead - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: xml-xalan/java/xdocs/sources entities.ent

2002-02-07 Thread dleslie
dleslie 02/02/07 12:08:38 Modified:java/xdocs/sources entities.ent Log: Added 0 to build number (2.3.0) Revision ChangesPath 1.49 +5 -2 xml-xalan/java/xdocs/sources/entities.ent Index: entities.ent

RE: InvocationTargetException in xalan 2.2.0 extension samples

2002-02-07 Thread Gary L Peskin
Nicholas -- Glad you found the problem. The extension mechanism catches the error and returns only this somewhat unhelpful short message. -EDUMP only comes into play when the exception makes it all the way back to the top-level org.apache.xalan.xslt.Process class. The handling of errors that o

cvs commit: xml-xalan/java/xdocs/sources/xalan getstarted.xml

2002-02-07 Thread dleslie
dleslie 02/02/07 12:05:32 Modified:java/xdocs/sources/xalan getstarted.xml Log: Corrected typo. Revision ChangesPath 1.21 +1 -1 xml-xalan/java/xdocs/sources/xalan/getstarted.xml Index: getstarted.xml ==

DO NOT REPLY [Bug 6289] - java.lang.ClassFormatError during instantiation of translets

2002-02-07 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/test/tests/conf-gold/math math110.out

2002-02-07 Thread dmarston
dmarston02/02/07 11:40:45 Modified:test/tests/conf-gold/math math110.out Log: Make the numbers more "even" in the binary sense to circumvent deep IEEE-754 details. Revision ChangesPath 1.2 +6 -1 xml-xalan/test/tests/conf-gold/math/math110.out Index: mat

cvs commit: xml-xalan/test/tests/conf/math math110.xsl

2002-02-07 Thread dmarston
dmarston02/02/07 11:40:27 Modified:test/tests/conf/math math110.xsl Log: Make the numbers more "even" in the binary sense to circumvent deep IEEE-754 details. Revision ChangesPath 1.2 +5 -5 xml-xalan/test/tests/conf/math/math110.xsl Index: math110.xsl

RE: InvocationTargetException in xalan 2.2.0 extension samples

2002-02-07 Thread Nicholas Sushkin
Gary, I uncommented your printStackTrace()s in ExtensionHandlerJavaClass to get more diagnostics, and found a trivial permission denied problem when creating redirect output stream (see the attached stack trace). However, I don't understand why the stack trace for that exception wasn't printed wh

DO NOT REPLY [Bug 6314] - Regression: ancestor & a-o-s failing with Nodeset extension.

2002-02-07 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 build.xml

2002-02-07 Thread dleslie
dleslie 02/02/07 11:28:00 Modified:java build.xml Log: Adjust build.xml not to include jaxp, dom.sax in dist and to remove the same during clean. Revision ChangesPath 1.160 +5 -2 xml-xalan/java/build.xml Index: build.xml

cvs commit: xml-xalan/test/tests/extensions-gold/library libraryNodeset03.out

2002-02-07 Thread pauldick
pauldick02/02/07 11:26:37 Modified:test/tests/extensions-gold/library libraryNodeset03.out Log: Updated gold (Modify axes test for parent1) Revision ChangesPath 1.6 +2 -2 xml-xalan/test/tests/extensions-gold/library/libraryNodeset03.out Index: libraryNod

cvs commit: xml-xalan/java commits.xml

2002-02-07 Thread dleslie
dleslie 02/02/07 11:25:55 Modified:java commits.xml Log: another update update, maybe final for 2.3 Revision ChangesPath 1.42 +111 -0xml-xalan/java/commits.xml Index: commits.xml === RC

cvs commit: xml-xalan/test/tests/extensions/library libraryNodeset03.xsl

2002-02-07 Thread pauldick
pauldick02/02/07 11:22:50 Modified:test/tests/extensions/library libraryNodeset03.xsl Log: Modify axes test for parent1 Revision ChangesPath 1.6 +1 -2 xml-xalan/test/tests/extensions/library/libraryNodeset03.xsl Index: libraryNodeset03.xsl =

DO NOT REPLY [Bug 6289] - java.lang.ClassFormatError during instantiation of translets

2002-02-07 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 6314] - Regression: ancestor & a-o-s failing with Nodeset extension.

2002-02-07 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 6314] New: - Regression: ancestor & a-o-s failing with Nodeset extension.

2002-02-07 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 6289] - java.lang.ClassFormatError during instantiation of translets

2002-02-07 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 6257] - ArrayIndexOutOfBoundsException in AbstractTranslet.pushVarFrame()

2002-02-07 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 6134] - Include XSL code as debug information in generated bytecode

2002-02-07 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 6109] - xsl:comment tags cause truncated output from stylesheet

2002-02-07 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 6189] - ArrayIndexOutOfBoundsException in org.apache.xalan.xsltc.dom.DOMImpl$DOMBuilder.characters()

2002-02-07 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 6074] - mode not working with apply-templates

2002-02-07 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 6312] - [Cocoon2][Xalan2J] Translets - Problems with using JAXPTransletOneTransformation if we use XMLReader/TemplatesHandler

2002-02-07 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 6312] New: - [Cocoon2][Xalan2J] Translets - Problems with using JAXPTransletOneTransformation if we use XMLReader/TemplatesHandler

2002-02-07 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

RE: InvocationTargetException in xalan 2.2.0 extension samples

2002-02-07 Thread Gary L Peskin
Nicholas -- About all I can suggest for the moment is that you run XalanJ in a debugger and find where, in the redirect extension, this problem is occurring in your environment. Your CLASSPATH looks fine so perhaps there is some permission problem trying to create 1-redir.out. Have you checked

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

2002-02-07 Thread tmiller
tmiller 02/02/07 08:29:29 Modified:java/src/org/apache/xalan/xsltc/runtime TextOutput.java Log: bug 1520, updating href attr spec char handling Revision ChangesPath 1.49 +4 -12 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/TextOutput.java Index: TextOu

DO NOT REPLY [Bug 6255] - Xalan 2.2 mishandles newline in numeric RTF

2002-02-07 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 6072] - XSLTC treats 'select' attribute incorrect if used in element

2002-02-07 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 6304] - Annoying printing of stacktrace at SourceTreeManager

2002-02-07 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/xpath SourceTreeManager.java

2002-02-07 Thread mmidy
mmidy 02/02/07 08:03:37 Modified:java/src/org/apache/xpath SourceTreeManager.java Log: Bug 6304: Remove print stacktrace Revision ChangesPath 1.30 +1 -1 xml-xalan/java/src/org/apache/xpath/SourceTreeManager.java Index: SourceTreeManager.java ==

RE: InvocationTargetException in xalan 2.2.0 extension samples

2002-02-07 Thread Nicholas Sushkin
Gary, for some reason I don't get any stack trace. $ echo $CLASSPATH /opt/odi/java/xalan-j_2_2_0/bin/xerces.jar:/opt/odi/java/xalan-j_2_2_0/bin/x alan.jar:/opt/odi/java/xalan-j_2_2_0/bin/xml-apis.jar:/opt/odi/java/xalan-j_ 2_2_0/bin/xalansamples.jar:/opt/odi/java/xerces-1_2_3/xercesSamples.jar:/o

DO NOT REPLY [Bug 6289] - java.lang.ClassFormatError during instantiation of translets

2002-02-07 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 6304] New: - Annoying printing of stacktrace at SourceTreeManager

2002-02-07 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