Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 57701 invoked from network); 2 Oct 2000 18:51:00 -0000 Received: from unknown (HELO ?209.10.208.98?) (209.10.208.98) by locus.apache.org with SMTP; 2 Oct 2000 18:51:00 -0000 Received: from mailus.imediation.com by [209.10.208.98] via smtpd (for locus.apache.org [63.211.145.10]) with SMTP; 2 Oct 2000 10:48:36 UT Received: by mailus.imediation.com with Internet Mail Service (5.5.2650.21) id ; Mon, 2 Oct 2000 11:46:47 -0700 Message-ID: From: Sebastien Sahuc To: cocoon-dev@xml.apache.org Subject: RE: Moving to Xalan2 [waz Short TODO list [was CLI almost there]] Date: Mon, 2 Oct 2000 11:37:39 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C02CA1.1D78CFEC" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C02CA1.1D78CFEC Content-Type: text/plain; charset="iso-8859-1" > -----Original Message----- > From: Timm, Sean [mailto:STimm@mailgo.com] > Sent: Monday, October 02, 2000 6:25 PM > To: 'cocoon-dev@xml.apache.org' > Subject: RE: Moving to Xalan2 [waz Short TODO list [was CLI almost > there]] > > > I've written the changes to accomodate all of these utilizing the TrAX > interfaces. Did you also make the change in the XSP engine ? Sebastien Unfortunately, I haven't been able to test any > of my changes > yet since Xalan2 extension functions are broken right now...I've been > anxiously awaiting the fix. :) > > - Sean T. > > > -----Original Message----- > > From: Davanum Srinivas [mailto:dims@yahoo.com] > > Sent: Monday, October 02, 2000 10:16 AM > > To: cocoon-dev@xml.apache.org > > Cc: Scott_Boag@lotus.com > > Subject: Moving to Xalan2 [waz Short TODO list [was CLI > almost there]] > > > > > > Scott, > > > > There are three main files in C2 that are affected by Xalan2. > > 1. org\apache\cocoon\xml\xpath\XPathAPI.java > > 2. org\apache\cocoon\util\DOMUtils.java > > 3. org\apache\cocoon\transformation\XalanTransformer.java > > > > For #1, is there a "good" helper class for recasting > > NodeIterator to NodeList? as some functions > > in XPathAPI return NodeList but the Xalan2 API's return > > NodeIterator? I was able to compile #1 and > > #2 with new Xalan2 code. Can you help in #3? If you need the > > files please let me know. > > > > Thanks, > > dims > > > > --- Scott_Boag@lotus.com wrote: > > > > > > The other issue that will effect Cocoon 2 is that we've > > moved to use the > > > serialize.* interfaces instead of the Xerces interfaces > > (see my previous > > > note on this). I suspect this will be a pretty dramatic > > impact, though I > > > hope I'm wrong. > > > > > > > The problem is that extensions are used and Xalan2 is not > > up to snuff, > > > > > > Yep, sorry, still not done in spite of my promise. I hope > > to get this > > > fixed by tomorrow. > > > > > > -scott > > > > > > > > > > > > > > > > > > > > > > > "Nicola Ken > > > > > > > > Barozzi" To: > > , > > > > > > > Scott Boag/CAM/Lotus) > > > > > > pereva.it> Subject: Re: > > [C2] Short TODO list [was CLI almost > > > there] > > > > > > > > > > > 10/02/00 > > > > > > > > 07:47 AM > > > > > > > > Please > > > > > > > > respond to > > > > > > > > cocoon-dev > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > From: "Davanum Srinivas" > > > To: ; > > > Sent: Monday, October 02, 2000 1:40 PM > > > Subject: Re: [C2] Short TODO list [was CLI almost there] > > > > > > > > > > > > Is there anyone that wants to help replacing Xalan1 > > with Xalan2 using > > > > > > the TRaX interfaces? > > > > > > > > > > +100000 > > > > > > > > Does this mean just replacing XSLTProcessor with > > trax.Processor? anything > > > else? > > > > > > No, unfortunately things go much deeper, that is just the > tip of the > > > iceberg. > > > The problem is that extensions are used and Xalan2 is not > > up to snuff, > > > AFAIK, but mostly the ting is that Xalan support was hardcoded. > > > I agree with Stefano, that XSL use in C2 code should be pluggable. > > > > > > nicola_ken > > > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free! > > http://photos.yahoo.com/ > > > ------_=_NextPart_001_01C02CA1.1D78CFEC Content-Type: text/html; charset="iso-8859-1" RE: Moving to Xalan2 [waz Short TODO list [was CLI almost there]]

> -----Original Message-----
> From: Timm, Sean [mailto:STimm@mailgo.com]
> Sent: Monday, October 02, 2000 6:25 PM
> To: 'cocoon-dev@xml.apache.org'
> Subject: RE: Moving to Xalan2 [waz Short TODO list [was CLI almost
> there]]
>
>
> I've written the changes to accomodate all of these utilizing the TrAX
> interfaces. 

Did you also make the change in the XSP engine ?

Sebastien

Unfortunately, I haven't been able to test any
> of my changes
> yet since Xalan2 extension functions are broken right now...I've been
> anxiously awaiting the fix.  :)
>
> - Sean T.
>
> > -----Original Message-----
> > From: Davanum Srinivas [mailto:dims@yahoo.com]
> > Sent: Monday, October 02, 2000 10:16 AM
> > To: cocoon-dev@xml.apache.org
> > Cc: Scott_Boag@lotus.com
> > Subject: Moving to Xalan2 [waz Short TODO list [was CLI
> almost there]]
> >
> >
> > Scott,
> >
> > There are three main files in C2 that are affected by Xalan2.
> > 1. org\apache\cocoon\xml\xpath\XPathAPI.java
> > 2. org\apache\cocoon\util\DOMUtils.java
> > 3. org\apache\cocoon\transformation\XalanTransformer.java
> >
> > For #1, is there a "good" helper class for recasting
> > NodeIterator to NodeList? as some functions
> > in XPathAPI return NodeList but the Xalan2 API's return
> > NodeIterator? I was able to compile #1 and
> > #2 with new Xalan2 code. Can you help in #3? If you need the
> > files please let me know.
> >
> > Thanks,
> > dims
> >
> > --- Scott_Boag@lotus.com wrote:
> > >
> > > The other issue that will effect Cocoon 2 is that we've
> > moved to use the
> > > serialize.* interfaces instead of the Xerces interfaces
> > (see my previous
> > > note on this).  I suspect this will be a pretty dramatic
> > impact, though I
> > > hope I'm wrong.
> > >
> > > > The problem is that extensions are used and Xalan2 is not
> > up to snuff,
> > >
> > > Yep, sorry, still not done in spite of my promise.  I hope
> > to get this
> > > fixed by tomorrow.
> > >
> > > -scott
> > >
> > >
> > >
> > >
> > >                                                            
> >                                    
> > >                  
> > >                     "Nicola Ken                            
> >                                    
> > >                  
> > >                     Barozzi"             To:    
> > <cocoon-dev@xml.apache.org>, <dims@yahoo.com> 
> > >                  
> > >                     <nicolaken@su        cc:     (bcc:
> > Scott Boag/CAM/Lotus)                   
> > >                  
> > >                     pereva.it>           Subject:     Re:
> > [C2] Short TODO list [was CLI almost
> > > there]             
> > >                                                            
> >                                    
> > >                  
> > >                     10/02/00                               
> >                                    
> > >                  
> > >                     07:47 AM                               
> >                                    
> > >                  
> > >                     Please                                 
> >                                    
> > >                  
> > >                     respond to                             
> >                                    
> > >                  
> > >                     cocoon-dev                             
> >                                    
> > >                  
> > >                                                            
> >                                    
> > >                  
> > >                                                            
> >                                    
> > >                  
> > >
> > >
> > >
> > >
> > > ----- Original Message -----
> > > From: "Davanum Srinivas" <dims@yahoo.com>
> > > To: <cocoon-dev@xml.apache.org>; <Giacomo.Pati@pwr.ch>
> > > Sent: Monday, October 02, 2000 1:40 PM
> > > Subject: Re: [C2] Short TODO list [was CLI almost there]
> > >
> > >
> > > > > > Is there anyone that wants to help replacing Xalan1
> > with Xalan2 using
> > > > > > the TRaX interfaces?
> > > > >
> > > > > +100000
> > > >
> > > > Does this mean just replacing XSLTProcessor with
> > trax.Processor? anything
> > > else?
> > >
> > > No, unfortunately things go much deeper, that is just the
> tip of the
> > > iceberg.
> > > The problem is that extensions are used and Xalan2 is not
> > up to snuff,
> > > AFAIK, but mostly the ting is that Xalan support was hardcoded.
> > > I agree with Stefano, that XSL use in C2 code should be pluggable.
> > >
> > > nicola_ken
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
> > http://photos.yahoo.com/
> >
>

------_=_NextPart_001_01C02CA1.1D78CFEC--