Vadim Gritsenko wrote: > 3. I might be mistaken, but I do not see why Saxon needs to be modified. > Cocoon by default will use Xerces parser, not Aelfred, and from Saxon > only XSLT engine will be used. It depends. Saxon has the service for XML parsers set to AElfred, and if the saxon.jar is in the class path before XercesImpl.jar and if cocoon.xconf does specify a JAXP parser instead XercesParser so that the service definition is used, then AEfred may be actually used as SAX parser. Nobody will notice because Xerces is still used as parser for DOM documents, until someone wants the parser to validate source documents ...
J.Pietschmann --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>