Re: Selecting XML Parsers

2004-01-12 Thread Stefan Bodewig
On Mon, 12 Jan 2004, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > Question 1: How important is caching here? I presume > it is important. > > Assuming it is important to cache, what I could do is use a static > WeakHashMap (JDK 1.2) to keep the references based on the effective > classload

RE: Selecting XML Parsers

2004-01-12 Thread Jose Alberto Fernandez
Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: 08 January 2004 15:13 > To: [EMAIL PROTECTED] > Subject: Re: Selecting XML Parsers > > > On Wed, 7 Jan 2004, Jose Alberto Fernandez <[EMAIL PROTECTED]> > wrote: > >> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] &g

Re: Selecting XML Parsers

2004-01-08 Thread Stefan Bodewig
On Wed, 7 Jan 2004, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: >> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] >> >> On Tue, 30 Dec 2003, Jose Alberto Fernandez >> <[EMAIL PROTECTED]> wrote: >> >> > That does not seem to work in 1.6.0 since only uses the >> > classpath to find the the

RE: Selecting XML Parsers

2004-01-07 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Tue, 30 Dec 2003, Jose Alberto Fernandez > <[EMAIL PROTECTED]> wrote: > > > That does not seem to work in 1.6.0 since only uses the > > classpath to find the the Liason but the TRAX liason does > not uses it > > to find the factories.

Re: Selecting XML Parsers

2004-01-07 Thread Stefan Bodewig
On Tue, 30 Dec 2003, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > That does not seem to work in 1.6.0 since only uses the > classpath to find the the Liason but the TRAX liason does not uses > it to find the factories. I don't think this has changed in 1.6 at all. > The main issue here s

RE: Selecting XML Parsers

2004-01-02 Thread Jose Alberto Fernandez
From: Jim Fuller [mailto:[EMAIL PROTECTED] Since v7.1 Saxon is not bound to Aelfred xml parser, and doesn't ship with it, Saxon will use by default JVM parser if Aelfred is not on the classpath...I am running v7.8 s

RE: Selecting XML Parsers

2003-12-31 Thread Jim Fuller
> -Original Message- > From: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] > Sent: 30 December 2003 13:25 > To: [EMAIL PROTECTED] > Subject: Selecting XML Parsers > > > I am having a very hard time porting my build to 1.6.0. > I would like to get some input on how I should address my