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. best, -Rob > > Antonio Gallardo > > Robert Koberg dijo: > > Hi > > > > > > > >> > Carsten Ziegeler wrote: > > > >> > - using Saxon breaks the authentication framework: Saxon insists on > >> using it's own parser which returns null for the following call in > >> AuthenticationManager: > >> > > >> > authenticationFragment = doc.createDocumentFragment(); > > > > What do you mean? of course you can use another parser such as Xerces. > > You just need to set the system property: > > javax.xml.parsers.SAXParserFactory > > to: > > org.apache.xerces.jaxp.SAXParserFactoryImpl > > > > -Rob > > > > > > > > --------------------------------------------------------------------- To > > unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, email: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]