C2 2.0.3 docbook pdf transformation problem

2002-09-26 Thread Gabriele Domenichini
Please tell me if I'm wrong but I think there is something wrong in cocoon transformation with Norman Walsh Docbook Stylesheet. I have tried wiith xalan and it transform perfectly from the commandline but When you use the actual version in cocoon it produces wrong xmlfo (it doesn't even close t

Cocoon 2, Docbook and Norman Walsh's Stylesheets

2002-09-28 Thread Gabriele Domenichini
y that the Saxon and xalan problems in using Norman Walsh's stylesheets should be addressed inside cocoon developing activity. It shouldn't be so hard to make docbook to pdf transformation work. Comments are welcome. Gabriele Domenichini References: To use different xslt processors or d

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 ha

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: > > effectively does nothing. Thank you, I didn't know > 2. Saxon works with XSP. I do have an app with Saxon only (no Xalan) and > XSPs.

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

2002-09-30 Thread Gabriele Domenichini
t in cocoonWiki. I will correct it tomorrow. Everyone is invited to modify it. I'm preparing the snippet to send to apache.org by bugzilla. Thanks again Gabriele Domenichini - Please check that your question has not already

Re: saxon as default transformer + xalan also available?

2002-10-09 Thread Gabriele Domenichini
Alle 21:54, mercoledì 9 ottobre 2002, gv ha scritto: > Hello, > > Because of some quirks in both Saxon & Xalan, I would > like to set Saxon to be my default XSLT transformer, > then add Xalan to be available when I need it (in the > sitemap: http://outerthought.net/wiki/Wiki.jsp?page=DocbookTransf

Re: Help wanted: Cocoon documentation tracks!

2002-10-15 Thread Gabriele Domenichini
Alle 15:31, lunedì 14 ottobre 2002, Bertrand Delacretaz ha scritto: added sql track. comments are welcome > (cross-posted to -dev and -user, we need you too!) > > IMHO adding "tracks" to the Cocoon documentation could make it > much more useful, by providing several "reading lists" targeted to t

Proposal: Documentation about database connection

2002-10-15 Thread Gabriele Domenichini
What about setting up a page with the configurations needed to connect cocoon to the various database ? There is already something but is distributed among web pages, cocoon official documentation, mailing lists, etc... I was thinking about a page in which for any commercial or open source dat

Specific Database Connection Documentation added

2002-11-07 Thread Gabriele Domenichini
I have added on cocoon wiki a document on specific database connection with cocoon. IMHO the official documentation is poor about: - where to find the jdbc driver for a specific database (oracle, AS400, PostgreSQL,...) - How the driver is called - The connection's class name - The tricky things to

Re: Cocoon Portal Sample - Failed to execute pipeline error

2002-11-20 Thread Gabriele Domenichini
Sorry this is not a solution/suggestion but I want to point out that the same happen with the cvs version Franck Lumpe wrote: Hello everyone, I use JDK 1.4.1 + Tomcat 4.1.12 + Cocoon 2.1 DEV Updated Head CVS on Windows 2000. Cocoon seems to be using the correct versions of Xerces, Xalan and XML-

Re: Cocoon Portal Sample - Failed to execute pipeline error

2002-11-21 Thread Gabriele Domenichini
ctly the cocoon portal sample with this or similar version of Tomcat?? -- Gabriele Domenichini [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache

Re: cocoon to oracle ?

2002-11-21 Thread Gabriele Domenichini
a wiki page on specific database connection on which wonderful people has contributed 4) There is a section where everything useful about Oracle (we hope) is explained http://outerthought.net/wiki/Wiki.jsp?page=Oracle -- Gabrie

Re: Cocoon Cobundle ? Please!

2002-11-22 Thread Gabriele Domenichini
Please believe me when I say that: yes. Often happens that cocoon doesn't work the first time but normally it's a question of restarting all over on a new machine. If you cannot use a new machine at least delete the cache directory $TOMCAT_HOME/work/Standalone/localhost/cocoon *

Re: Cocoon Portal Sample ..It works!!!!

2002-11-23 Thread Gabriele Domenichini
For all the interested. I have updated cocoon from the cvs today and it works!! I have started it I have removed from $COCOON_HOME/WEB-INF/lib the duplicated Xalan.jar and xercesImpl.jar I have moved from $COCOON_HOME/WEB-INF to $TOMCAT_HOME/common/endorsed libxalan-2.4.1.jar xercesImpl-2.1.0.jar

Re: Parsing XML from SQL

2002-11-27 Thread Gabriele Domenichini
Your problem is not simple. If I've understood you have resources record made like this: something.jpg | somewhere/somethingelse.mov | resourceFound.txt | Well if this is the point, I think the best way to act is to make some xslt transformation after the sql transformation. I don't have experie

Re: Microsoft SQLserver with cocoon

2002-12-03 Thread Gabriele Domenichini
Thanks all, Please please contribute to the page on specific database connections on wiki. It's pretty simple: 1. go to http://outerthought.net/wiki/Wiki.jsp?page=SpecificDatabaseConnection 2. see what others like you have done. Copy one of them in a new page you create 3. Adapt it to the sp

MsSQL MySql PosgreSQL BasisPlus Oracle As400 Connections

2002-12-04 Thread Gabriele Domenichini
Are you wondering how to connect Cocoon to your database and you have got one of theese?: * As400 * BasisPlus * Oracle * Postgr

Pleeese! retrieving xml code as out-parameter

2002-12-06 Thread Gabriele Domenichini
; signs in entities. I need desperately to have my code back. Please help me Gabriele Domenichini -- Gabriele Domenichini [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ bef

Re: Pleeese! retrieving xml code as out-parameter

2002-12-06 Thread Gabriele Domenichini
Thank you so much. I'll began the switching. If in the mean time a solution is found I'd prefere to use the sql transformer. On Fri, 6 Dec 2002 11:38:22 +0100, "Christian Haul" <[EMAIL PROTECTED]> said: > On 06.Dec.2002 -- 12:19 PM, Gabriele Domenichini wrote: > &g

Re: SQL query cannot be read.

2002-12-08 Thread Gabriele Domenichini
Don't Know try to use the same namespace qualifiers (sql:)... Jin Wei Yong wrote: Hi, I am still exploring the use of SQLTranformer. I am using a book, Cocoon:Building XML Application by Matthew Langham and Carsten Ziegeler. If you have the book, you can refer to Chapter 7. The this SQL-related

Re: xinclude support or not?

2002-12-08 Thread Gabriele Domenichini
Of course you have to had the xinclude trasformer in the map... Joerg Heinicke wrote: Should work without any problem. Did you declare the namespace prefix xi? How does your sitemap matcher look like? Joerg Cocoon User wrote: is there any working example under cocoon i try to use xinclude in

Re: Pleeese! retrieving xml code as out-parameter

2002-12-09 Thread Gabriele Domenichini
e.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:399) at org.apache.cocoon.www.scheda_tecnica.sitemap_xmap.matchN400065(C:\Program Files\tomcat\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www/scheda_tecnica\sitemap_xmap.java:716) Thank you

Oracle SP with ESQL an c2 2.0.3

2002-12-10 Thread Gabriele Domenichini
p_xmap.java:716) Is there something that I could try? Should I upgrade to cocoon 2.0.4? Thank you anyway -- Gabriele Domenichini [EMAIL PROTECTED] - Please check that your question has not already been answered in the FA

Cocoon-2.0.4 possible bug in Sql transformer

2002-12-11 Thread Gabriele Domenichini
.4.1 java-vendor Sun Microsystems Inc. - operating-system name Windows 2000 architecture x86 version 5.0 If you confirm I could compile a bug even if It would be my first. -- Gabriele Domenichini [EMAIL PROTECTED] -

R: General Question about Cocoon

2001-05-28 Thread Gabriele Domenichini
I'm tring to implement that design but I have the same old problem: How can make users compile the content part of the syste without a tool which could allow them to make a minimal formatting such as when word 2000 is such a bad tool to produce xhtml code and there are not good end-user xh

cocoon-users@xml.apache.org

2001-06-05 Thread Gabriele Domenichini
The correct way of manageing %nbsp and the other entity is in an article at www.xml.com. You can try with the search function, searching for unparsed entities or something similar -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Inviato: lunedì 4 giugno 2001 19.13 A:

Re: Scheduler with cocoon

2003-02-13 Thread Gabriele Domenichini
Xavier RODRIGUEZ wrote: Does anybody know how to make a scheduler that will execute part of a pipeline ... In other word, I would like to execute a generation/transformation/serialization process each day ... I normally use an utility to do a similar job called geturl. It's free and works in w

Re: The new build system

2003-02-20 Thread Gabriele Domenichini
I suggest you to: read BUILD.txt cp blocks.properties local.blocks.properties cp build.properties local.build.properties [modify the local copies as you like, leaving the original intact] build webapp [this will generate the webapp] build run [this will run jetty] Build failed and I receiv

cocoon-2.1-dev how to run

2003-02-24 Thread Gabriele Domenichini
For anyone interested in trying cocoon-2.1-dev I discovered that to run it you have to set the variable JETTY_WEBAPP to build/cocoon-2.1-dev/webapp because the default setting (build/webapp) doesn't point to the right location. INSTALL.txt must be fixed. ---

Re: Return value from Oracle Stored Procedure

2003-02-27 Thread Gabriele Domenichini
I can give you a really humble help: try use a get-object instead of get-string. Maybe your out parameter contains something not interpreted. A second suggestion: I have struggled with xml content and at the end we've found in the group that you must do something like this: {call your stored

Re: Return value from Oracle Stored Procedure

2003-02-27 Thread Gabriele Domenichini
I can give you a really humble help: try use a get-object instead of get-string. Maybe your out parameter contains something not interpreted. A second suggestion: I have struggled with xml content and at the end we've found in the group that you must do something like this: {call your stored

Re: *** proposal to summarise - all, comments please ***

2003-02-27 Thread Gabriele Domenichini
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 11:05 AM Subject: *** proposal to summarise - all, comments please *** > Dear all, > > as in each and every newsgroup a lot of knowledge is in > the flow of these discussions, however