You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@locus.apache.org on 2000/06/06 15:00:30 UTC

cvs commit: xml-cocoon/lib xerces_1_0_3.jar

stefano     00/06/06 06:00:29

  Removed:     lib      Tag: xml-cocoon2 xerces_1_0_3.jar
  Log:
  removed xerces_1_0_3.jar

Re: cvs commit: xml-cocoon/lib xerces_1_0_3.jar

Posted by Berin Loritsch <bl...@infoplanning.com>.
I tried it with Xerces_1_1_1.jar, and it works quite nicely.  It also
seems
to have lower latency between the time it finds the file and the time it

starts parsing it.

Giacomo Pati wrote:

> David Duddleston wrote:
> >
> > xerces 1.0.4 and up uses Attribute.getQName() while Cocoon 2 uses
> > Attribute.getRawName()
> >
> > getRawName should be changed to getQName.
>
> Stefano has already changed all classes containing getRawName to
> getQName. Didn't you get the cvs commit mail? So Cocoon2 _need_ a
> version 1.0.4 or up.
>
> Giacomo
>
> --
> PWR GmbH, Organisation & Entwicklung      Tel:   +41 (0)1 856 2202
> Giacomo Pati, CTO/CEO                     Fax:   +41 (0)1 856 2201
> Hintereichenstrasse 7                     Mailto:Giacomo.Pati@pwr.ch
> CH-8166 Niederweningen                    Web:   http://www.pwr.ch


RE: cvs commit: xml-cocoon/lib xerces_1_0_3.jar

Posted by David Duddleston <da...@i2a.com>.
Yep, I got it, but didn't see it until after I posted... Sorry! 

Just updated my CVS, reimported into VAJ and it all works well now ;-)

-david

> -----Original Message-----
> From: giacomo@groovee.com [mailto:giacomo@groovee.com]On Behalf Of
> Giacomo Pati
> Sent: Tuesday, June 06, 2000 2:37 PM
> To: cocoon-dev@xml.apache.org
> Subject: Re: cvs commit: xml-cocoon/lib xerces_1_0_3.jar
> 
> 
> David Duddleston wrote:
> > 
> > xerces 1.0.4 and up uses Attribute.getQName() while Cocoon 2 uses
> > Attribute.getRawName()
> > 
> > getRawName should be changed to getQName.
> 
> Stefano has already changed all classes containing getRawName to
> getQName. Didn't you get the cvs commit mail? So Cocoon2 _need_ a
> version 1.0.4 or up.
> 
> Giacomo
> 
> -- 
> PWR GmbH, Organisation & Entwicklung      Tel:   +41 (0)1 856 2202
> Giacomo Pati, CTO/CEO                     Fax:   +41 (0)1 856 2201
> Hintereichenstrasse 7                     Mailto:Giacomo.Pati@pwr.ch
> CH-8166 Niederweningen                    Web:   http://www.pwr.ch
> 

Re: cvs commit: xml-cocoon/lib xerces_1_0_3.jar

Posted by Giacomo Pati <Gi...@pwr.ch>.
David Duddleston wrote:
> 
> xerces 1.0.4 and up uses Attribute.getQName() while Cocoon 2 uses
> Attribute.getRawName()
> 
> getRawName should be changed to getQName.

Stefano has already changed all classes containing getRawName to
getQName. Didn't you get the cvs commit mail? So Cocoon2 _need_ a
version 1.0.4 or up.

Giacomo

-- 
PWR GmbH, Organisation & Entwicklung      Tel:   +41 (0)1 856 2202
Giacomo Pati, CTO/CEO                     Fax:   +41 (0)1 856 2201
Hintereichenstrasse 7                     Mailto:Giacomo.Pati@pwr.ch
CH-8166 Niederweningen                    Web:   http://www.pwr.ch

RE: cvs commit: xml-cocoon/lib xerces_1_0_3.jar

Posted by David Duddleston <da...@i2a.com>.
xerces 1.0.4 and up uses Attribute.getQName() while Cocoon 2 uses
Attribute.getRawName()

getRawName should be changed to getQName.

-david

> -----Original Message-----
> From: giacomo@groovee.com [mailto:giacomo@groovee.com]On Behalf Of
> Giacomo Pati
> Sent: Tuesday, June 06, 2000 12:25 PM
> To: cocoon-dev@xml.apache.org
> Subject: Re: cvs commit: xml-cocoon/lib xerces_1_0_3.jar
>
>
> stefano@locus.apache.org wrote:
> >
> > stefano     00/06/06 06:00:29
> >
> >   Removed:     lib      Tag: xml-cocoon2 xerces_1_0_3.jar
> >   Log:
> >   removed xerces_1_0_3.jar
>
> Hi Stefano
>
> You removed xerces but didn't put in a new one. Well, which version of
> xerces is currently usable. I've downloaded the latest xerces version
> (1.1.1) and compilation looks ok. Also tried running it under Tomcat
> with no problems (hello.xml and simple-page.xsp).
>
> Should I put xerces 1.1.1 or 1.0.4 into CVS?
>
> Giacomo
> >
> > ----------------------------------------------------------------------
> > In case of troubles, e-mail:     webmaster@xml.apache.org
> > To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
> > For additional commands, e-mail: cocoon-cvs-help@xml.apache.org
>
> --
> PWR GmbH, Organisation & Entwicklung      Tel:   +41 (0)1 856 2202
> Giacomo Pati, CTO/CEO                     Fax:   +41 (0)1 856 2201
> Hintereichenstrasse 7                     Mailto:Giacomo.Pati@pwr.ch
> CH-8166 Niederweningen                    Web:   http://www.pwr.ch
>


Re: cvs commit: xml-cocoon/lib xerces_1_0_3.jar

Posted by Giacomo Pati <Gi...@pwr.ch>.
stefano@locus.apache.org wrote:
> 
> stefano     00/06/06 06:00:29
> 
>   Removed:     lib      Tag: xml-cocoon2 xerces_1_0_3.jar
>   Log:
>   removed xerces_1_0_3.jar

Hi Stefano

You removed xerces but didn't put in a new one. Well, which version of
xerces is currently usable. I've downloaded the latest xerces version
(1.1.1) and compilation looks ok. Also tried running it under Tomcat
with no problems (hello.xml and simple-page.xsp). 

Should I put xerces 1.1.1 or 1.0.4 into CVS?

Giacomo
> 
> ----------------------------------------------------------------------
> In case of troubles, e-mail:     webmaster@xml.apache.org
> To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-cvs-help@xml.apache.org

-- 
PWR GmbH, Organisation & Entwicklung      Tel:   +41 (0)1 856 2202
Giacomo Pati, CTO/CEO                     Fax:   +41 (0)1 856 2201
Hintereichenstrasse 7                     Mailto:Giacomo.Pati@pwr.ch
CH-8166 Niederweningen                    Web:   http://www.pwr.ch