> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> 
> On Wed, 6 Mar 2002, Jose Alberto Fernandez <[EMAIL PROTECTED]>
> wrote:
> 
> > Has anyone written a Saxon specific XSLTLiason for the
> > Style task?
> 
> Doesn't Saxon implement TraX?  Oh, I see Saxon 7 does, but 6.5.1 does
> not.

>From what I understand he is using Saxon extensions and he would like to be
able to use in the same place saxon and xalan for example. So you cannot
rely on trax as you don't even know which one will be use... (yeah right,
classpath) so you would need to specify the factory to use for trax so that
you can call in one line saxon and on the other xalan.

But of course all this also depends on the JAXP implementation you use for
trax since the first jaxp 1.1 (but not 1.1.1+) is caching the factories and
is not loading them from the context classloader as well AFAIR.

Stephane


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to