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]

Reply via email to