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

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

Bug when an extension element outputs a DOM node - attributes not included

2002-02-05 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok... I didn't see this anywhere in Bugzilla. It is present in both Xalan 2.2.0 and 2.3.0 D1. I confirmed that this bug will work on both Xerces 1.4.4 and 2.0. Regressing back to Xalan 2.1.0 fixes the problem. I have a Xalan extension element th

DO NOT REPLY [Bug 5524] - Duplicated node is written to outputTarget on xsl:sort with -TS option.

2002-02-05 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 4244] - Expression02 seems to fail in incremental mode

2002-02-05 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 6255] - Xalan 2.2 mishandles result tree fragment

2002-02-05 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 6256] - New-line incorrectly generated for XML fragment

2002-02-05 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 6255] - Xalan 2.2 mishandles result tree fragment

2002-02-05 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] New: - ArrayIndexOutOfBoundsException in AbstractTranslet.pushVarFrame()

2002-02-05 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: XALAN XSLT Extensions, BSF and VBScript

2002-02-05 Thread Gary L Peskin
Rick -- I have it working. You need to build the latest version of BSF yourself in Ant since it includes some bug fixes since their last release (v2.2). I have the .jar file build and I can email it to you if you'd like. It's only 76K. Gary > -Original Message- > From: Rick Bullotta [m

DO NOT REPLY [Bug 6256] New: - New-line incorrectly generated for XML fragment

2002-02-05 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: XALAN XSLT Extensions, BSF and VBScript

2002-02-05 Thread Rick Bullotta
I'll see if I can duplicate with another "native" scripting language to see if it is VBScript-specific or systemic to any of the native BSF layer calls. Rick Bullotta CTO Lighthammer Software (www.lighthammer.com) Voice: 610-903-8000 x14 -Original Message- From: Gary L Peskin [mailto:[

DO NOT REPLY [Bug 6255] New: - Xalan 2.2 mishandles result tree fragment

2002-02-05 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: XALAN XSLT Extensions, BSF and VBScript

2002-02-05 Thread Gary L Peskin
Hi, Rick -- I've run into this problem before and I've followed it somewhat down the path toward resolution. However, I never made it all the way. As I recall, things were blowing up in a native .dll and I didn't have a C++ compiler or debugger at the time. I'm looking through my notes and try

XALAN XSLT Extensions, BSF and VBScript

2002-02-05 Thread Rick Bullotta
Has anyone ever been able to get this to work with VBScript? Not that anyone would want to... But, we're trying anyway. Works great with Rhino 1.5 and javascript, but can't do a thing with vbscript... Exception Stack Trace Is: [Tue Feb 05 15:20:53 COT 2002] java.lang.reflect.InvocationTargetE

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

2002-02-05 Thread jkesselm
jkesselm02/02/05 12:27:48 Modified:java/src/org/apache/xalan/serialize CharInfo.java Log: Bug 5857: Reusing objects that reuse objects has threading concerns. Three possible solutions: Don't reuse, synchronize reuse, or rewrite to avoid using the objects in the first place. See

Re: [3rd party jar] xml-apis

2002-02-05 Thread Theodore W. Leung
.txt is fine by me. I thought I saw some files without the .txt, which is why I left it off.. Ted On Tue, 2002-02-05 at 06:58, Shane Curcuru wrote: > Actually, I was hoping to post another quick beta build of xml-commons > that included a license for exporting. Then I was planning on checking

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

2002-02-05 Thread tmiller
tmiller 02/02/05 11:37:10 Modified:java/src/org/apache/xalan/xsltc/runtime TextOutput.java Log: bug 1520, spec chars in href attributes Revision ChangesPath 1.48 +49 -5 xml-xalan/java/src/org/apache/xalan/xsltc/runtime/TextOutput.java Index: TextOutput.jav

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsl ThreadedStylesheetTestlet.java

2002-02-05 Thread curcuru
curcuru 02/02/05 10:59:00 Modified:test/java/src/org/apache/qetest/xsl ThreadedStylesheetTestlet.java Log: Remove extraneous logging of fileref elements; fileChecker should now output most of that for us Revision ChangesPath 1.3 +9 -52

Re: Xalan-J's 2.2.0 packaging

2002-02-05 Thread Shane Curcuru
OK, do you have any specific suggestions (or volunteering) about how to address this? Alternately, look at our current CVS code which I *think* will take care of what you're asking for. Note that __ Do You Yahoo!? Send FREE Valentine eCards with

Re: Xalan-J's 2.2.0 packaging

2002-02-05 Thread Shane Curcuru
OK, do you have any specific suggestions (or volunteering) about how to address this? Alternately, look at our current CVS code which I *think* will take care of what you're asking for. Note that __ Do You Yahoo!? Send FREE Valentine eCards with

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

2002-02-05 Thread jkesselm
jkesselm02/02/05 10:52:36 Modified:java/src/org/apache/xpath/objects XStringForFSB.java Log: Bug 5346: Gaaah. This regressions was just plain foolish flailing. "Less haste, more speed." Revision ChangesPath 1.14 +0 -3 xml-xalan/java/src/org/apache/xpath/object

DO NOT REPLY [Bug 4244] - Expression02 seems to fail in incremental mode

2002-02-05 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 756] - Xalan2J problems under heavy load using Apache JMeter

2002-02-05 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_bug

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

2002-02-05 Thread jkesselm
jkesselm02/02/05 07:11:26 Modified:java/src/org/apache/xpath/objects XStringForFSB.java Log: Bug 5346: One more (last, I hope) edge case. Revision ChangesPath 1.13 +6 -5 xml-xalan/java/src/org/apache/xpath/objects/XStringForFSB.java Index: XStringForFSB.ja

Re: [3rd party jar] xml-apis

2002-02-05 Thread Shane Curcuru
Actually, I was hoping to post another quick beta build of xml-commons that included a license for exporting. Then I was planning on checking this license into xml-xalan's repository to match. That way projects that use xml-commons don't have to search for a license to use; they'll just checkin

DO NOT REPLY [Bug 5524] - Duplicated node is written to outputTarget on xsl:sort with -TS option.

2002-02-05 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: problem with xhtml output

2002-02-05 Thread Shane Curcuru
I'm not quite sure what your question is - it seems to be a problem with your particular browser version, not with Xalan's output. One unfortunate fact of the current world is that Xalan attempts to follow as closely as possible the XSLT spec; which is geared towards more XML processing. Also, m

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

2002-02-05 Thread jkesselm
jkesselm02/02/05 06:19:55 Modified:java/src/org/apache/xpath/objects XStringForFSB.java Log: Bugzilla 5346: Responding to the re-open; more direct and reliable edge-case test. This does lose a few low bits on many-digit values, so it is not the best long-term solution. Revi

cvs commit: xml-xalan/java/bin xml-apis.LICENSE.txt xml-apis.README.txt

2002-02-05 Thread dleslie
dleslie 02/02/05 06:09:20 Added: java/bin xml-apis.LICENSE.txt xml-apis.README.txt Log: ASF license for xml-apis.jar. Revision ChangesPath 1.1 xml-xalan/java/bin/xml-apis.LICENSE.txt Index: xml-apis.LICENSE.txt ==