Return-Path: X-Original-To: apmail-xalan-dev-archive@www.apache.org Delivered-To: apmail-xalan-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A1AA106B0 for ; Tue, 30 Apr 2013 21:10:42 +0000 (UTC) Received: (qmail 22249 invoked by uid 500); 30 Apr 2013 21:10:42 -0000 Delivered-To: apmail-xalan-dev-archive@xalan.apache.org Received: (qmail 22214 invoked by uid 500); 30 Apr 2013 21:10:42 -0000 Mailing-List: contact dev-help@xalan.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@xalan.apache.org Delivered-To: mailing list dev@xalan.apache.org Received: (qmail 22201 invoked by uid 99); 30 Apr 2013 21:10:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 21:10:41 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mrglavas@ca.ibm.com designates 32.97.182.139 as permitted sender) Received: from [32.97.182.139] (HELO e9.ny.us.ibm.com) (32.97.182.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 21:10:32 +0000 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 30 Apr 2013 17:10:05 -0400 Received: from d01dlp01.pok.ibm.com (9.56.250.166) by e9.ny.us.ibm.com (192.168.1.109) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 30 Apr 2013 17:10:03 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 6F84D38C801A for ; Tue, 30 Apr 2013 17:10:02 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3ULA2HH46203134 for ; Tue, 30 Apr 2013 17:10:02 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3ULA2aN025339 for ; Tue, 30 Apr 2013 17:10:02 -0400 Received: from d25ml03.torolab.ibm.com (d25ml03.torolab.ibm.com [9.26.29.96]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r3UL9s2F024584 for ; Tue, 30 Apr 2013 17:09:55 -0400 In-Reply-To: References: To: dev@xalan.apache.org MIME-Version: 1.0 Subject: Re: GSoC 2013 X-KeepSent: 9F5D943F:7EB2DDBE-85257B5D:00736AF3; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.5.3 September 15, 2011 Message-ID: From: Michael Glavassevich Date: Tue, 30 Apr 2013 17:09:51 -0400 X-MIMETrack: Serialize by Router on D25ML03/25/M/IBM(Release 8.5.3FP3|November 15, 2012) at 04/30/2013 17:09:55, Serialize complete at 04/30/2013 17:09:55 Content-Type: text/plain; charset="US-ASCII" X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13043021-7182-0000-0000-00000679E7C6 X-Virus-Checked: Checked by ClamAV on apache.org Hi Samuel, Samuel Medeiros wrote on 04/30/2013 04:39:13 PM: > Hi Devs, > > Due to the fact of haven't any reply from the other committers and I > am motivated to work for Xalan, I become interested for the ticket > Complete support for StAXSource / StAXResult. > As this ticket reporter, I think Michael Glavassevich will be the > mentor for this project, can you confirm this? Yes, I would volunteer to mentor this project. > -- > > Why am I the correct student for this project ? > I am very motivated. Furthermore, I am a Java programmer since 2010 > and I have a good experience with it. I am prepared to work in this > project and I am preparing a formal proposal to submit to the program. > > -- > > For the proposal, the following technical parts were identified so far: > Implement StAXSource / StAXResult classes according to the specifications; > Implement a good suite of tests for them; > Integrate the developed code to the Xalan-J project. > > The proposal will be organized as described at the ASF GSoC 2013 page: > List of deliverables and quantifiable results; > A detailed description / design document; > An approach; > A schedule; > My background. > > If you have more details about this project, please let me know. That's a good summary from a high level. If you're looking for pointers into the code for where StAXSource/StAXResult would apply, here are the main entry points: [1] http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java [2] http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/transformer/TransformerImpl.java [3] http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerFactoryImpl.java [4] http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerImpl.java specifically the newTransformer() and transform() methods. > I am looking forward to hearing from you. Looking forward to seeing your project proposal. > Sincerely, > Samue Queiroz > > > 2013/4/26 Samuel Medeiros > Hi Michael, > > Thank you for these information. > Having derivatives of Xalan-J are included in both the Oracle and > IBM JDKs represents a great motivation for me. > > I am looking forward to hearing from the other comitters. > > Sincerely, > Samuel Queiroz > > 2013/4/25 Michael Glavassevich > Hi Samuel, > > (Speaking just about the Java version of Xalan) > > Derivatives of Xalan-J are included in both the Oracle and IBM JDKs. I > would expect that the majority of users would be getting their JAXP/XSLT > support in this way. I couldn't guess how many use the Apache releases of > Xalan-J directly, but have to imagine it's gone down over the years with > the availability of JAXP/XSLT support in Java SE and processors such as > Saxon which have supported XSLT 2.0 / XPath 2.0 for a long time. > > I know there's been some interest by users for XSLT 2.0 / XPath 2.0 > support. They occasionally ask about it on the mailing list. Personally I > haven't kept up with the standards, so from a technical perspective I > wouldn't be able to provide much guidance for XPath 2.0 / XSLT 2.0. The > other committers may have more knowledge. > > Thanks. > > Michael Glavassevich > XML Technologies and WAS Development > IBM Toronto Lab > E-mail: mrglavas@ca.ibm.com > E-mail: mrglavas@apache.org > > Samuel Medeiros wrote on 04/25/2013 04:41:07 AM: > > > Hi Xalan Devs, > > > > My name is Samuel Queiroz and I participated of GSoC 2012 by coding > > for Xalan-C. > > My mentor was Steven J. Hathaway and we implemented the base > > functions for XML DateTime. > > > > In the context of GSoC 2013, I would like to work again with the > > Xalan team in order to push this project to have XSLT/XPath 2 support. > > > > I would like to discuss some points with you: > > 1. In order to become more motivated, does Xalan have a big users > > community? Can you estimate how many projects use it? > > 2. Which Xalan version is better positioned -- in terms of both code > > quality/completion and number of affected users -- to incorporate > > these recommendations? > > 3. In order to get help defining a project that makes sense within > > the scope of GSoC, what could be a great starting point in order to > > push the project to support these recommendations? > > 4. Who could be the mentor? > > I am looking forward to hearing from you. > > > > Sincerely, > > Samuel Queiroz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org > For additional commands, e-mail: dev-help@xalan.apache.org Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrglavas@ca.ibm.com E-mail: mrglavas@apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org For additional commands, e-mail: dev-help@xalan.apache.org