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
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
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
> 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.
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
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
> -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