At 05:21 AM 3/27/2003, you wrote:
Uwe Gerger <[EMAIL PROTECTED]> writes:
> As I understand, the parser that should be used, must be a Component of
> the Avalon Framework (org.apache.avalon.framework.component.Component)!
> Is this right?
JaxpParser is the Component for the role xml-parser and implements
org.apache.excalibur.xml.sax.SAXParser.It will delegate its work
to the JAXP-compatible parser, it retrieves through the JAXP interface.
If the parameter the sax-parser-factory has a value, it will use
this sax parser factory to retrieve the parser, otherwise it will use
whatever JAXP parser it finds through the default mechanism.
And as such, the instructions and hints for using Saxon should also help you.
Don't know if they are currently in the docs, the wiki, or just the dev/users
archives but it shouldn't take long to find it.
HTH,
Geoff Howard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]