Re: Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-30 Thread Diana Shannon
I have succeded in transforming Docbook to pdf and to html on cocoon 2.0.3 using the stylesheet by Norman Walsh on the official docbook repository (http://docbook.sourceforge.net/projects/xsl/index.html). Cocoon has some weakness in doing this and I spent 15 days to make it work

Re: Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-30 Thread Vadim Gritsenko
Gabriele, Some comments. 1. Saxon does *not* support incremental processing, thus: parameter name=incremental-processing value=false/ effectively does nothing. 2. Saxon works with XSP. I do have an app with Saxon only (no Xalan) and XSPs. Never had any problem. The only problem is you still

Re: Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-30 Thread Gabriele Domenichini
Alle 12:38, lunedì 30 settembre 2002, Diana Shannon ha scritto: I have succeded in transforming Docbook to pdf and to html on cocoon 2.0.3 using the stylesheet by Norman Walsh on the official docbook repository (http://docbook.sourceforge.net/projects/xsl/index.html). Cocoon has some

Re: Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-30 Thread J.Pietschmann
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

Re: Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-30 Thread Gabriele Domenichini
Alle 15:35, lunedì 30 settembre 2002, Vadim Gritsenko ha scritto: Gabriele, Some comments. 1. Saxon does *not* support incremental processing, thus: parameter name=incremental-processing value=false/ effectively does nothing. Thank you, I didn't know 2. Saxon works with XSP. I do have an

Re: Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-30 Thread Gabriele Domenichini
Alle 12:38, lunedì 30 settembre 2002, Diana Shannon ha scritto: .. I know you already spent a lot of time on this issue, but (please, please) how about contributing a patch (snippet) of this doc for the cocoon cvs/web site or perhaps adding it to CocoonWiki? Added snippett in cocoonWiki. I

Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-28 Thread Gabriele Domenichini
I have succeded in transforming Docbook to pdf and to html on cocoon 2.0.3 using the stylesheet by Norman Walsh on the official docbook repository (http://docbook.sourceforge.net/projects/xsl/index.html). Cocoon has some weakness in doing this and I spent 15 days to make it work properly, so

Re: Cocoon and DocBook?

2002-05-06 Thread Erik Stunkat
: Subject: Cocoon and DocBook? 05/03/2002 07:42

RE: Cocoon and DocBook?

2002-05-06 Thread Omar Alos
I am using Norman Walsh's DocBook too: rdf + (xsp + taglib + doocbook)-- xsl-fo -- * amd I have the same problems: it only works with simple article but no for complex docbook documents How do you change Xalan to Saxon? I try to delete xalan-2.3.1.jar and put saxon jars in WEB-INF\lib but it

RE: Cocoon and DocBook?

2002-05-06 Thread Omar Alos
sorry, I write a bad pipeline. The correct is: map:match pattern=imprime map:act type=dame-listado map:generate src={plantilla}.xsp type=serverpages/ map:transform src=docbookxsl/fo/miDocbook.xsl/ map:select type=parameter

RE: Cocoon and DocBook?

2002-05-06 Thread Michael Cortez
the l10n.xml file. I then hard coded the path to all the internationalization files, for example: !ENTITY af SYSTEM file:/C:/tomcat4/webapps/cocoon/ogc/docbook/common/af.xml !ENTITY ca SYSTEM file:/C:/tomcat4/webapps/cocoon/ogc/docbook/common/ca.xml !ENTITY cs SYSTEM file:/C:/tomcat4/webapps/cocoon/ogc

RE: Cocoon and DocBook?

2002-05-06 Thread Omar Alos
--- Michael Cortez [EMAIL PROTECTED] escribió: What I've got that IS working is to use Saxon 6.5.1 Thank you Michael, it works now. I'll look to your Internationalization problems tomorrow. I have to internationalize too. Omar

RE: Cocoon and DocBook?

2002-05-05 Thread Vadim Gritsenko
for problems or change Xalan version. Vadim -- Resistance is futile. From: Michael Cortez [mailto:[EMAIL PROTECTED]] I've browsed a bit through the archives, but I haven't found much on this -- so here goes. I'm using Cocoon with DocBook, and Norman Walsh's DocBook 1.50 HTML style

RE: Cocoon and DocBook?

2002-05-05 Thread Michael Cortez
I bet that's not cocoon problem but the stylesheet you are using and Xalan. I bet that the next line after Actually I finally debugged it -- it was Xalan. I had to switch out to Saxon, which brought with it Alfred, which caused it's own problems, which I've solved via a work around (Alred

Cocoon and DocBook?

2002-05-03 Thread Michael Cortez
I've browsed a bit through the archives, but I haven't found much on this -- so here goes. I'm using Cocoon with DocBook, and Norman Walsh's DocBook 1.50 HTML style sheets. I've been able to successfully render trivial DocBook Articles, but can't get cocoon to render and DocBook books

RE: Cocoon and DocBook?

2002-05-03 Thread Michael Cortez
I'm using Cocoon with DocBook, and Norman Walsh's DocBook 1.50 HTML style sheets. snip Failed to execute pipeline. org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: 2 = 2 OK, I solved my problem by substituting Saxon