[jira] Commented: (XALANJ-2087) Get rid of the dependency on sun.io.CharToByteConverter

2005-03-31 Thread Jack (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2087?page=comments#action_61922 ] Jack commented on XALANJ-2087: -- It's a good idea to add an interface to loose the dependency. BTW, did you notice the bug XALANJ-2086 I reported? It's interesting that the cur

[jira] Commented: (XALANJ-2088) Passing initial mode from command line

2005-03-31 Thread Mukul Gandhi (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2088?page=comments#action_61921 ] Mukul Gandhi commented on XALANJ-2088: -- Hello Mr. Bertoni, Thanks for your response.. Here is a small program illustrating your idea. mode.xml 1 mode.xs

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Neeraj Bajaj
Geir Magnusson Jr. wrote: On Mar 31, 2005, at 12:18 PM, Shane Curcuru wrote: Excellent news! Thank to Sun folk and Geir for picking up the ball on this one. Note: once the papers are in the Hallowed Halls, I presume that Neeraj will get some consensus from xml-commons, xalan-dev, and xerces-j

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Neil Graham
Hello all, I just thought I'd echo Eduardo's sentiments in being very glad that this is moving forward! We've had a lot of new functionality in Xerces for a long time (DOM Level 3 was completed months ago :) ), and it'll be great to get that into people's hands, paired with an implementation o

[jira] Updated: (XALANJ-2090) spec11 testcase added for XML 1.1 support in accept bucket may result in smoketest failure.

2005-03-31 Thread Yash Talwar (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2090?page=history ] Yash Talwar updated XALANJ-2090: Attachment: XalanJ2090_Patch.txt I am attaching a patch to resolve the issue. I am assigning Sarah McNamara to review this patch. > spec11 testcase added

[jira] Commented: (XALANJ-2090) spec11 testcase added for XML 1.1 support in accept bucket may result in smoketest failure.

2005-03-31 Thread Yash Talwar (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2090?page=comments#action_61914 ] Yash Talwar commented on XALANJ-2090: - My apologies. I forgot to mention the reason to remove these testcase files. In non-windows environment, the XML 1.1 characters us

[jira] Updated: (XALANJ-2089) Performance degradation in ElemNumber.

2005-03-31 Thread Yash Talwar (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2089?page=history ] Yash Talwar updated XALANJ-2089: Xalan info: [PatchAvailable] > Performance degradation in ElemNumber. > -- > > Key: XALANJ-2089 > URL

[jira] Updated: (XALANJ-2089) Performance degradation in ElemNumber.

2005-03-31 Thread Yash Talwar (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2089?page=history ] Yash Talwar updated XALANJ-2089: Attachment: XalanJ2089_Patch.txt The problem is that in 2.6.0 xalan.jar, org.apache.xalan.templates.ElemNumber class make use of an static array. priva

[jira] Created: (XALANJ-2090) spec11 testcase added for XML 1.1 support in accept bucket may result in smoketest failure.

2005-03-31 Thread Yash Talwar (JIRA)
spec11 testcase added for XML 1.1 support in accept bucket may result in smoketest failure. --- Key: XALANJ-2090 URL: http://issues.apache.org/jira/browse/XALANJ-2090 Project: XalanJ2

[jira] Created: (XALANJ-2089) Performance degradation in ElemNumber.

2005-03-31 Thread Yash Talwar (JIRA)
Performance degradation in ElemNumber. -- Key: XALANJ-2089 URL: http://issues.apache.org/jira/browse/XALANJ-2089 Project: XalanJ2 Type: Bug Environment: Windows 2000 Reporter: Yash Talwar Assigned to: Yash Talwar org.apach

[jira] Commented: (XALANC-472) Test suite not updated

2005-03-31 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XALANC-472?page=comments#action_61908 ] David Bertoni commented on XALANC-472: -- Most of those tests were experimental, and were never finished, and are Windows-only. The stressmem test in particular is not v

[jira] Commented: (XALANC-472) Test suite not updated

2005-03-31 Thread Mayank Banerjee (JIRA)
[ http://issues.apache.org/jira/browse/XALANC-472?page=comments#action_61904 ] Mayank Banerjee commented on XALANC-472: Dimity, Thanks for your quick turn around.Any idea when i can get an update on the fixes for the tests that you mention?

[jira] Commented: (XALANC-473) Include a commandline scripts for a one-shot build-test-zip-n-ship

2005-03-31 Thread Dmitry Hayes (JIRA)
[ http://issues.apache.org/jira/browse/XALANC-473?page=comments#action_61902 ] Dmitry Hayes commented on XALANC-473: - Hi again! About the Xerces Perl scripts - I believe we have a consensus between the XalanC committers, that the XercesC script is

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Shane Curcuru
Excellent news! Thank to Sun folk and Geir for picking up the ball on this one. Note: once the papers are in the Hallowed Halls, I presume that Neeraj will get some consensus from xml-commons, xalan-dev, and xerces-j-dev as to how to actually check this in? I'm presuming you have someone with

[jira] Commented: (XALANC-472) Test suite not updated

2005-03-31 Thread Dmitry Hayes (JIRA)
[ http://issues.apache.org/jira/browse/XALANC-472?page=comments#action_61901 ] Dmitry Hayes commented on XALANC-472: - Hi! The most of the "Test" applications, you has mentioned, are a little obsolete and use the old, pre-XalanTransformer APIs. We j

[jira] Commented: (XALANJ-2088) Passing initial mode from command line

2005-03-31 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2088?page=comments#action_61900 ] David Bertoni commented on XALANJ-2088: --- > This gives impression that XSLT processor must have "internal > processing defined" for a root node for particular mode (oth

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Neeraj Bajaj
xml-common, xerces & xalan communities, I have learnt that legal issues regarding donation has been resolved and latest version of CCLA has been signed. So would like to make the actual code grant of JAXP 1.3 APIs + implementation ASAP. I will start the preparation today and will be back with act

[jira] Commented: (XALANJ-2088) Passing initial mode from command line

2005-03-31 Thread David Marston (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2088?page=comments#action_61889 ] David Marston commented on XALANJ-2088: --- If you have ... and there is no template for match="/" mode="x" then you will use the built-in one. > Passing initial mo

[jira] Commented: (XALANJ-2088) Passing initial mode from command line

2005-03-31 Thread Mukul Gandhi (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2088?page=comments#action_61872 ] Mukul Gandhi commented on XALANJ-2088: -- Hello Mr. Joe Kesselman, Thanks for providing a workaround to this problem. I'll also read your article. Here is a small prog