Return-Path: Delivered-To: apmail-xml-cocoon-docs-archive@xml.apache.org Received: (qmail 11385 invoked by uid 500); 18 Mar 2003 14:00:05 -0000 Mailing-List: contact cocoon-docs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-docs@xml.apache.org Delivered-To: mailing list cocoon-docs@xml.apache.org Received: (qmail 11364 invoked from network); 18 Mar 2003 14:00:04 -0000 Received: from dobit2.rug.ac.be (157.193.42.8) by daedalus.apache.org with SMTP; 18 Mar 2003 14:00:04 -0000 Received: from allserv.rug.ac.be (allserv.rug.ac.be [157.193.40.42]) by dobit2.rug.ac.be (8.12.8/8.12.8) with ESMTP id h2IE04Qe012397 for ; Tue, 18 Mar 2003 15:00:04 +0100 (MET) Received: from otsrv1.iic.rug.ac.be (otsrv1.iic.rug.ac.be [157.193.121.51]) by allserv.rug.ac.be (8.12.8/8.12.8) with ESMTP id h2IE03M1011214 for ; Tue, 18 Mar 2003 15:00:03 +0100 (MET) Received: from otsrv1.iic.rug.ac.be (localhost [127.0.0.1]) by otsrv1.iic.rug.ac.be (8.11.6/8.11.6) with ESMTP id h2IE03x26835 for ; Tue, 18 Mar 2003 15:00:03 +0100 Date: Tue, 18 Mar 2003 15:00:03 +0100 Message-Id: <200303181400.h2IE03x26835@otsrv1.iic.rug.ac.be> From: stevenn@outerthought.org To: cocoon-docs@xml.apache.org Subject: [WIKI-UPDATE] DocbookTransformation Tue Mar 18 15:00:03 2003 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Page: http://wiki.cocoondev.org/Wiki.jsp?page=DocbookTransformation , version: 28 on Tue Mar 18 13:44:42 2003 by 211.132.17.118 - * Use saxon 7.2 or greater which uses the JAXP parser. Be warned that the 7.x series is considered experimental. + * Use saxon 7.2 and following wich use the jaxp parser (they are not considerated the official version). - I have received a comment which says that normally Saxon use Xerces. I really can't tell anything about it but what I'm sure of is that on my system the only way to make the thing work is to "patch" Saxon.jar to make it use Xerces this way:\\ ? -- + I have received a comment which says that normally Saxon use Xerces. I really can't tell anything about it but what I'm sure of is that on my system the only way to make the thing work is to "patch" Saxon.jar to make it use Xerces this way: - {{{ + org.apache.xerces.jaxp.SAXParserFactoryImpl. This tells Saxon to use xerces instead of aelfred as parser.[1]\\ - org.apache.xerces.jaxp.SAXParserFactoryImpl. - }}} - This tells Saxon to use xerces instead of aelfred as parser.[1]\\ - __Saxon 7.2__\\ + __Saxon 7.5.2__\\ ? ++ - If you want to use instead Saxon 7.2 the only thing to change is the parameter "transformer-factory" and remember that in this case you don't have to change the parser used by Saxon. + If you want to use instead Saxon 7.5.2 the only thing to change is the parameter "transformer-factory" and remember that in this case you don't have to change the parser used by Saxon. ? ++