On Wed, 2002-11-27 at 21:44, Robert Koberg wrote: > Hi Antonio et al, > > > -----Original Message----- > > From: Antonio Gallardo [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, November 26, 2002 11:23 PM > > > Sorry, but now I am confused. Are the default Xalan and Xerces or not? > > I mean in 2.1 CVS. > > It just means if you use Saxon, Saxon will use Aelfred (which is bundled in the > Saxon jar) by default. > > If you want Saxon to use Xerces because you want a more feature rich parser, you > need to set the system property to point to Xerces. > > But, it is not optimal. Saxon would work much faster using its own DOM impl.
Saxon can only work with its own dom implementation. Even if you set xerces as parser, saxon will still build its own optimized "dom" tree (but will use xerces as sax parser). -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]