Hallo Andres Yesterday I have installed cocoon 2.1.6 and saxonb.8.1.1 under tomcat-5.0.28. I need a few tries, but at the end it worked. My recommandation is to follow the config instructions on http://wiki.apache.org/cocoon/Saxon and to do not forget to remove the "META-INF/service" directory in the saxon8.jar. For the last one: - unzip the saxon8.jar in a temp dir (you will get 2 dirs: META-INF/ and net/) - create a new nsaxon8.jar (%YOUR_JAVA_SDK_PATH%\bin\jar cfm nsaxon8.jar META-INF\MANIFEST.MF net) - if you work with Tomcat, copy the nsaxon8.jar to %CATALINA_HOME%/webapps/%COCOON_DIR_NAME%/WEB-INF/lib (you can name it as saxon8.jar)
Hope this helps ... Raffaele PS: In the wiki it says: "Add saxon8.jar to lib/local/". What does lib/local mean? In Tomcat there is not a lib/local. Raffaele > -----Urspr�ngliche Nachricht----- > Von: Andres Taborda [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 2. Dezember 2004 06:13 > An: [EMAIL PROTECTED] > Betreff: [SPAM] saxon:while suuport xslt cocoon > > > hello list > > i install and conigure the saxon xslt in cocoon (wiki > howto ) > > saxon:while extension is support in cocoon 2.1.6? > > I get a processing error saying that saxon:while is an > unrecognized element. > > some can help me. > > in my xsl have: > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:saxon="http://saxon.sf.net/" > extension-element-prefixes="saxon"> > > and display error with saxon:while > > > > _________________________________________________________ > Do You Yahoo!? > Informaci�n de Estados Unidos y Am�rica Latina, en Yahoo! Noticias. > Vis�tanos en http://noticias.espanol.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
