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: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org
|