Re: Article on JAXP 1.3 [Re: xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]]

2005-04-13 Thread Davanum Srinivas
Ramesh, Neeraj, I'd happily jump in if you find a work around for the changes to org.apache.xpath.operations.Variable class...I know very little about xalan internals to help with this specific problem. Could you ping some folks on the xalan-dev team to see if they can review the code changes and

Re: Article on JAXP 1.3 [Re: xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]]

2005-04-13 Thread ramesh mandava
Hi Dims: My apologies dims. Somehow this mail was skipped. Davanum Srinivas wrote: Neeraj, Do you think it will be possible/useful to somehow extract/use javax.xml.xpath and org.apache.xpath.jaxp with existing shipping versions of Xalan+Xerces? I think it should be possible. New functionality ha

Re: Article on JAXP 1.3 [Re: xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]]

2005-04-12 Thread Neeraj Bajaj
My apologies dims. Somehow this mail was skipped. Davanum Srinivas wrote: Neeraj, Do you think it will be possible/useful to somehow extract/use javax.xml.xpath and org.apache.xpath.jaxp with existing shipping versions of Xalan+Xerces? I think it should be possible. New functionality has been ad

Re: Article on JAXP 1.3 [Re: xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]]

2005-04-11 Thread Davanum Srinivas
Neeraj, Do you think it will be possible/useful to somehow extract/use javax.xml.xpath and org.apache.xpath.jaxp with existing shipping versions of Xalan+Xerces? Reason for asking, current code in apache xml-security (and even cocoon for that matter) has fixed dependency on xalan's API for XPath

Re: Article on JAXP 1.3 [Re: xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]]

2005-04-11 Thread Davanum Srinivas
Neeraj, Spotted a few typos: XPathFactory factory = XpathFactory.newInstnace(); XPathFactory factory = XpathFactory.newInstance(object_model_uri); Should be: XPathFactory factory = XPathFactory.newInstance(); XPathFactory factory = XPathFactory.newInstance(object_model_uri); Right? -- dims On

Article on JAXP 1.3 [Re: xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]]

2005-04-11 Thread Neeraj Bajaj
Hello All, Sometimes back i wrote an article on JAXP 1.3 which explains the new concepts and important features introduced in JAXP 1.3 Especially the new - Schema Validation Framework - Object model neutral XPath APIs - XML Schema Datatypes etc. Advantages of New Schema Validation Framework and h

xml-commons upgradation to JAXP 1.3 complete [Re: Donation of JAXP 1.3 Sources to Apache]

2005-04-11 Thread Neeraj Bajaj
Hello All, xml-commons has been upgraded to JAXP 1.3 APIs. If anyone could try and confirm that would be great. - Neeraj Neeraj Bajaj wrote: I tagged xml-commons module yesterday with tag name '*before-jaxp13-upgradation*'. I plan to do the following but i will wait till tomorrow so as to give c

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-06 Thread Geir Magnusson Jr .
cc 04/06/2005 05:29 xalan-dev@xml.apache.org, PMgeneral@xml.apache.org Subject Re: Donation of JAXP 1.3 Sources to

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-06 Thread Brian Minchau
general@xml.apache.org Subject Re: Donation of JAXP 1.3 Sources to

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-06 Thread Geir Magnusson Jr .
t;[EMAIL PROTECTED]>, xalan-dev@xml.apache.org, [EMAIL PROTECTED], [EMAIL PROTECTED] Subject

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-06 Thread Brian Minchau
Subject Re: Donation of JAXP 1.3 S

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-06 Thread Neeraj Bajaj
I tagged xml-commons module yesterday with tag name '*before-jaxp13-upgradation*'. I plan to do the following but i will wait till tomorrow so as to give chance to the community to correct me if i am doing something wrong. * update javax.xml.*, org.xml.sax*, org.w3c.dom.* sources under xml-com

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-06 Thread Neeraj Bajaj
Geir, I have uploaded sources at the same location (xml-commons/contrib/jaxp13) with Apache 2.0 license on every source file. - Neeraj Neeraj Bajaj wrote: Ok, So i will add it and upload again. - Neeraj Geir Magnusson Jr. wrote: On Apr 6, 2005, at 12:44 AM, Michael Glavassevich wrote: Hi Neeraj,

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-05 Thread Neeraj Bajaj
Ok, So i will add it and upload again. - Neeraj Geir Magnusson Jr. wrote: On Apr 6, 2005, at 12:44 AM, Michael Glavassevich wrote: Hi Neeraj, I noticed that the JAXP 1.3 source files in jsr-206-src.zip have no license on them. The JAXP 1.2 sources in xml-commons carry the Apache license. Will this

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-05 Thread Geir Magnusson Jr .
On Apr 6, 2005, at 12:44 AM, Michael Glavassevich wrote: Hi Neeraj, I noticed that the JAXP 1.3 source files in jsr-206-src.zip have no license on them. The JAXP 1.2 sources in xml-commons carry the Apache license. Will this still be the case for JAXP 1.3? yes - these files must be available under

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-05 Thread Michael Glavassevich
Hi Neeraj, I noticed that the JAXP 1.3 source files in jsr-206-src.zip have no license on them. The JAXP 1.2 sources in xml-commons carry the Apache license. Will this still be the case for JAXP 1.3? Thanks. Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 04/05/2005 06:48:30 AM: > Ok I just finishe

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-05 Thread Neeraj Bajaj
Ok I just finished uploading JAXP 1.3 sources in "*xml-commons/contrib/jaxp13"* directory. There are 3 files, jsr-206-src.zip, xml-xerces.zip, xalan-src.zip which corresponds to jaxp-api, xerces & xalan sources respectively. - Neeraj Neeraj Bajaj wrote: That really sounds good to me.. so i would

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-05 Thread Neeraj Bajaj
That really sounds good to me.. so i would try to finish it today. I will send mail to the community when i am done. Thanks dims for the suggestion. - Neeraj Davanum Srinivas wrote: Neeraj, my 2 cents...upload the whole thing say in xml-commons/contrib/jaxp13 cvs so everyone can take a look (and th

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-04 Thread Neil Graham
[EMAIL PROTECTED], xerces-j-dev@xml.apache.org, Eduardo Pelegri-Llopart <[EMAIL PROTECTED]>, general@incubator.apache.org, general@xml.apache.org, Janet Breuer <[EMAIL PROTECTED]>, Jeff Suttor <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject Re: Donation of JAXP 1.3 Sources to Apache

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-04 Thread Davanum Srinivas
Neeraj, my 2 cents...upload the whole thing say in xml-commons/contrib/jaxp13 cvs so everyone can take a look (and then pick on the bits they want/need)...yes, changes to xml-commons can be made ASAP (after tagging the current code in the main trunk there) and it's upto the xml xerces/xalan folks

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-03 Thread Neeraj Bajaj
Thanks Michael for your response. I was just wondering what would be idle time to wait before i start work on this ? Does anyone has an opinion, Is there any other list where i should send this mail before making changes ? - Neeraj Michael Glavassevich wrote: Hi Neeraj, +1 to putting the JAXP 1.

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-03 Thread Michael Glavassevich
Hi Neeraj, +1 to putting the JAXP 1.3 sources on the main trunk, tagging it and making a branch for the old JAXP sources on the current main trunk. There exists a branch called tck-jaxp-1_2_0 where fixes and other updates have been applied to the JAXP 1.2 sources. This is the branch we've used

Re: Donation of JAXP 1.3 Sources to Apache

2005-04-02 Thread Neeraj Bajaj
Hello All, I sent the mail below with JAXP 1.3 APIs source code attached as zip but mail bounced back with the following message - The following addresses had permanent fatal errors - (reason: 552 ZIP attachments are not accepted here.) What should i do now ? Is there a way to upload s

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 Neeraj Bajaj
It is mostly an addition for the new functionality (New Schema Validation Framework, javax.xml.validation, New Schema Datatypes, javax.xml.datatype, New Object model neutral XPath APIs, javax.xml.xpath) introduced in JAXP 1.3 There have also been some changes in Xerces/xalan codebase to make those

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Geir Magnusson Jr .
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-dev as to how to actually

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Neil Graham
d to xerces-j-dev To "Geir Magnusson Jr." <[EMAIL PROTECTED]> cc general@incubator.apache.org, Eduardo Pelegri-Llopart <[EMAIL PROTECTED]>, Jeff Suttor <[EMAIL PROTECTED]>, general@xml.apache.org, xalan-dev@xml.apache.org, [EMAIL PROTECTED], [EMAIL PROTECTED], xerces-j-

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Neil Graham
Hi Shane, Shane Curcuru <[EMAIL PROTECTED]> wrote on 03/31/2005 03:38:37 PM: > Hmmm... I'm presuming we'll get JAXP 1.3 checked in and then have > Xerces/Xalan evaluate to form a plan on when/how they want to upgrade to > supporting these new interfaces. They're currently supporting the > c

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Shane Curcuru
Hmmm... I'm presuming we'll get JAXP 1.3 checked in and then have Xerces/Xalan evaluate to form a plan on when/how they want to upgrade to supporting these new interfaces. They're currently supporting the checked-in JAXP 1.2 version code, with some spot improvements, now. Basically, it's a ne

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Glen Mazza
Pardon my ignorance, but are these sources to replace code already present in Xalan and Xerces, or just to add to them? Thanks, Glen --- Shane Curcuru <[EMAIL PROTECTED]> wrote: > Excellent news! Thank to Sun folk and Geir for > picking up the ball on > this one. > > Note: once the papers are

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

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Eduardo Pelegri-Llopart
Thanks. It is good to see this issue moving forward. - eduard/o Geir Magnusson Jr. wrote: On Mar 31, 2005, at 11:09 AM, Neeraj Bajaj wrote: xml-common, xerces & xalan communities, I have learnt that legal issues regarding donation has been resolved and latest version of CCLA has been sign

Re: Donation of JAXP 1.3 Sources to Apache

2005-03-31 Thread Geir Magnusson Jr .
On Mar 31, 2005, at 11:09 AM, Neeraj Bajaj wrote: 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 sta

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

Re: Percentage of projects using Subversion was Re: Donation of JAXP 1.3 Sources to Apache

2004-10-20 Thread Santiago Gala
El mar, 19-10-2004 a las 11:40 -0700, Justin Erenkrantz escribiÃ: > --On Tuesday, October 19, 2004 1:56 PM -0400 Neil Graham <[EMAIL PROTECTED]> > wrote: > > > I'd also be curious to know what proportion of Apache projects have > > migrated to SVN so far? There would be a significantly higher am

Percentage of projects using Subversion was Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread Justin Erenkrantz
--On Tuesday, October 19, 2004 1:56 PM -0400 Neil Graham <[EMAIL PROTECTED]> wrote: I'd also be curious to know what proportion of Apache projects have migrated to SVN so far? There would be a significantly higher amount of churn caused to the community by an SVN migration than was caused by our

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread Niclas Hedhman
On Wednesday 20 October 2004 01:56, Neil Graham wrote: > I'd also be curious to know what proportion of Apache projects have > migrated to SVN so far? http://svn.apache.org/repos/asf/ Is the current complete set of projects migrated, some larger than others. Niclas -- +--//

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread Geir Magnusson Jr .
On Oct 19, 2004, at 1:40 AM, Neeraj Bajaj wrote: Geir Magnusson Jr. wrote: This is an update to the existing code that is already there. It is, I suppose, a new grant of software to an existing community, so I think that what we need is the grant documentation from Sun*, have that entered int

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread Neil Graham
Hi David, > > So would this be an appropriate time to move the > xml-commons repository to SVN? Well, I don't know about you, but I generally prefer to ease my way into new software tools, rather than dive right into advanced usage. So, speaking for myself, I'd prefer to wait for a period of

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread ramesh mandava
Henry Zongaro wrote: Hi, Neeraj, Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 10/14/2004 07:53:26 AM: Michael Glavassevich wrote: Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 10/13/2004 10:11:00 AM: Hello All, I was wondering when can we start merging the JAXP 1.3 sources ? Merging the code in branch/

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread Henry Zongaro
Hi, Neeraj, Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 10/14/2004 07:53:26 AM: > Michael Glavassevich wrote: >> Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 10/13/2004 10:11:00 AM: >>> >>> >>> Hello All, >>> >>> I was wondering when can we start merging the JAXP 1.3 sources ? Merging >>> the code

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread David Crossley
Neeraj Bajaj wrote: > > I checked on this one, This work involves legal and is being worked with > legal now. > I guess this process would take some time so wanted to update the > community about the status. So would this be an appropriate time to move the xml-commons repository to SVN? -- Da

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-19 Thread Neeraj Bajaj
Geir Magnusson Jr. wrote: I worked on the some of the legal aspects with Eduardo, so going to jump in here. On Oct 13, 2004, at 3:59 PM, Berin Lautenbach wrote: Neeraj Bajaj wrote: Hello All, I was wondering when can we start merging the JAXP 1.3 sources ? Merging the code in branch/review/te

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-18 Thread Paul Libbrecht
I would like to encourage such a move at least for all the license clean-up this could bring in!! xml-apis, e.g. as distributed by maven, would finally come with an easy to use pack of licenses! (and a safe one!) paul Le 12 oct. 04, à 14:02, Neeraj Bajaj a écrit : Hello All, As most of you a

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-15 Thread Neil Graham
Hi all, Berin Lautenbach <[EMAIL PROTECTED]> wrote on 10/13/2004 06:59:22 PM: > I'm assuming that this is something that XML-Commons/Xerces/Xalan wish > to do? Here's a +1 from someone who's committed to Xerces-J and xml-commons. If either project didn't want to move up to the latest standa

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-15 Thread David Crossley
I dropped most of the Cc because this part is now an issue for XML-Commons and the XML PMC. Neeraj Bajaj wrote: > David Crossley wrote: > > One thing that we must have this time around, is a > > version number on the xml-apis.jar filename. [1] > > I suppose that is an Xml-commons "build" issue. >

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-14 Thread Neeraj Bajaj
Michael Glavassevich wrote: Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 10/13/2004 10:11:00 AM: Hello All, I was wondering when can we start merging the JAXP 1.3 sources ? Merging the code in branch/review/testing/committing to main trunk would take time so

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-14 Thread Neeraj Bajaj
David Crossley wrote: One thing that we must have this time around, is a version number on the xml-apis.jar filename. [1] I suppose that is an Xml-commons "build" issue. By the way, that build system is seriously in need of improvement, This is something i can work with you when upgr

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-14 Thread Neeraj Bajaj
Berin Lautenbach wrote: Neeraj Bajaj wrote: Hello All, I was wondering when can we start merging the JAXP 1.3 sources ? Merging the code in branch/review/testing/committing to main trunk would take time so at least from my side i would like to see this work started as early as possible say from

RE: Donation of JAXP 1.3 Sources to Apache

2004-10-13 Thread Noel J. Bergman
Berin, Judging from yours, Geir's and David's messages, this sounds like mostly a matter of clearing the IP (use the template), but is otherwise eagerly awaited by a community already working with its precursor. As for where it goes, I think that can be left to the community working with the code

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-13 Thread Geir Magnusson Jr .
I worked on the some of the legal aspects with Eduardo, so going to jump in here. On Oct 13, 2004, at 3:59 PM, Berin Lautenbach wrote: Neeraj Bajaj wrote: Hello All, I was wondering when can we start merging the JAXP 1.3 sources ? Merging the code in branch/review/testing/committing to main tr

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-13 Thread Berin Lautenbach
Neeraj Bajaj wrote: Hello All, I was wondering when can we start merging the JAXP 1.3 sources ? Merging the code in branch/review/testing/committing to main trunk would take time so at least from my side i would like to see this work started as early as possible say from tomorrow. What is the ge

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-13 Thread Michael Glavassevich
Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 10/13/2004 10:11:00 AM: > Hello All, > > I was wondering when can we start merging the JAXP 1.3 sources ? Merging > the code in branch/review/testing/committing to main trunk > would take time so at least from my side i would like to see this work > st

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-13 Thread sterling
How would client side browsers that did not have or allow java be impacted? On Wed, 13 Oct 2004, Neeraj Bajaj wrote: > Hello All, > > I was wondering when can we start merging the JAXP 1.3 sources ? Merging > the code in branch/review/testing/committing to main trunk > would take time so at

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-13 Thread Neeraj Bajaj
Hello All, I was wondering when can we start merging the JAXP 1.3 sources ? Merging the code in branch/review/testing/committing to main trunk would take time so at least from my side i would like to see this work started as early as possible say from tomorrow. What is the general procedure ? I

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Neeraj Bajaj
Ramesh Mandava wrote: - Both Elliotte's and Clay's questions below are important. If someone familiar with the code could comment on: For either the main trunk, or a temporary working branch for integration: -- What JVM's will this code compile on? Version/Vendors? J2SE 1.4.x, J2SE 5.0 . We

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Neeraj Bajaj
Michael Glavassevich wrote: Hello Neeraj, I think this is a good plan for merging the JAXP 1.3 changes into Xerces. There's been quite a bit of progress on the XInclude implementation in CVS, particularly in the last two months, so I imagine it's quite different than it's state in the

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Ramesh Mandava
Hi Shane: A couple of comments: - Please cc: [EMAIL PROTECTED], since xml-commons is the actual repository that holds the JAXP code. - Yay! Great progress all, both Xerces/Xalan folks for coordinating, and Sun folks for getting the process unstuck. 8-) - Both Elliotte's and Clay's questions below

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Ramesh Mandava
Hi Elliotte: Are these APIs and implementation thereof independent of Java 1.5? i.e. can they be compiled and used in a Java 1.2/1.3/1.4 environment? If not, could they be backported to work in such environments? JAXP 1.3 API and RI sources -Can be compiled with J2SE 1.4 , J2SE 5.0 - Run on J2S

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Michael Glavassevich
I'd like to alleviate the concern (at least for Xerces-J) there seems to be about what JVMs and versions will be supported. Back in January the Xerces-J committers voted [1] to discontinue support for JDK 1.1 after the Xerces 2.6.1 release. That is something we had held off doing for a long tim

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Dalibor Topic
Shane Curcuru wrote: A couple of comments: My knee-jerk reaction is also to hope that it will compile & run on both recent Sun and IBM JVMs at least before we put this on the main trunk: we should really try to be JVM-vendor agnostic. (anyone still working on kaffe? 8-) Oh yes! :) cheers, dalibo

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Eduardo Pelegri-Llopart
The bottom line for the APIs is "yes for this case, but don't assume it will necessarily continue to be so". For our specific implementation, it certainly works for J2SE 1.4, but don't know about 1.3 and below. Some more details on the API situation. JAXP is bundled in J2SE and in J2EE. There

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Shane Curcuru
A couple of comments: - Please cc: [EMAIL PROTECTED], since xml-commons is the actual repository that holds the JAXP code. - Yay! Great progress all, both Xerces/Xalan folks for coordinating, and Sun folks for getting the process unstuck. 8-) - Both Elliotte's and Clay's questions below are imp

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Michael Glavassevich
Hello Neeraj, I think this is a good plan for merging the JAXP 1.3 changes into Xerces. There's been quite a bit of progress on the XInclude implementation in CVS, particularly in the last two months, so I imagine it's quite different than it's state in the RI. Initially putting the RI on a se

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Clay Leeds
On Oct 12, 2004, at 5:12 AM, Elliotte Harold wrote: Are these APIs and implementation thereof independent of Java 1.5? i.e. can they be compiled and used in a Java 1.2/1.3/1.4 environment? If not, could they be backported to work in such environments? -- Elliotte Rusty Harold [EMAIL PROTECTED

Re: Donation of JAXP 1.3 Sources to Apache

2004-10-12 Thread Elliotte Harold
Are these APIs and implementation thereof independent of Java 1.5? i.e. can they be compiled and used in a Java 1.2/1.3/1.4 environment? If not, could they be backported to work in such environments? -- Elliotte Rusty Harold [EMAIL PROTECTED] XML in a Nutshell 3rd Edition Just Published! http:/