i18n transformer empty message element ignored?

2002-09-02 Thread Dr. Hans M. Rupp
Hallo! Sometimes we need the behavior, that the i18n transformer replaces something with nothing. Somehow this does not seem to work. E.g: pre i18n: td align=right class=TextNO i18n:text i18n:key=Unit.NO_UNITNO_UNIT/i18n:text (08:00 h)/td catalogue entry: message key=Unit.NO_UNIT/message output:

i need ur help

2002-09-02 Thread R.Nageswara Sastry
Respected Sir, The following r the warnings after starting the tomcat server. Linux 7.1 is the OS Tomcat version is 3.2.3 and the Cocoon version is 2.0.2 The file font.properties is in the dir /usr/local/jdk/jre/lib. and the font files r the dir /usr/local/jdk/jre/lib/fonts. The files r

Re: i18n transformer empty message element ignored?

2002-09-02 Thread Joerg Heinicke
The non-breaking space (in XML: # 160;) is a non whitespace character and should not be removed. Regards, Joerg Dr. Hans M. Rupp wrote: Hallo! Sometimes we need the behavior, that the i18n transformer replaces something with nothing. Somehow this does not seem to work. E.g: pre i18n:

map parameter value and cocoon://

2002-09-02 Thread Barbara Post
Hello, I use an Action. How can I pass as value of map:parameter name=foo value=... / the xml stream produced by a cocoon:// pipeline ? Is it possible ? Thanks, Barbara - Please check that your question has not already

Re : map parameter value and cocoon://

2002-09-02 Thread Barbara Post
Forgot to mention : I use C 2.0.3 and cannot switch to 2.1 for this project for now... :-( - Original Message - From: Barbara Post [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 02, 2002 9:57 AM Subject: map parameter value and cocoon:// Hello, I use an Action. How

Frames

2002-09-02 Thread Matthias Fischer
I was looking on the web for information on the xalan:write command; unfortunately, with the information I found I couldn't get further than the below example. Thie following code doesn' t work with me, but I cannot figure out why. Can anybody give me a decisive hint, please? Matthias ?xml

RE: i18n transformer empty message element ignored?

2002-09-02 Thread Piroumian Konstantin
From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]] Hallo! Sometimes we need the behavior, that the i18n transformer replaces something with nothing. Somehow this does not seem to work. Yes, it doesn't work. A support for empty messages was requested a while ago (from Michael Enke) and I

HTMLGenerator customizing

2002-09-02 Thread Marcin Stefaniuk
Hello! I tried Tidy standalone and I receive complete source translated to XHTML (even without adding custom tags). I want to receive equal document from HTMLGenerator but I lost some tags (special GoLive tags). I tried to recompile generator to use external config file and nothing changed. How

could not add record/mysql

2002-09-02 Thread Wolfgang Weigel
hi! i tried to change the example from http://localhost:8080/cocoon/tutorial/home.html by using a mysql-database. everything works fine if using the name personnel for the database-connection in the cocoon.xconf (jdbc logger=core.datasources.mysql name=personnel) as soon as i modify the

RES: SQL Transformer with nested query + Filter Transformer = ArrayIndexOutOfBoundsException exception

2002-09-02 Thread Igor Abade V. Leite
Any ideas? Thanks, Igor -Original message- From: Igor Abade V. Leite [mailto:[EMAIL PROTECTED]] Data: sexta-feira, 30 de agosto de 2002 11:59 To: [EMAIL PROTECTED] Subject: SQL Transformer with nested query + Filter Transformer =

Using Pipeline with third party converters

2002-09-02 Thread PETER BRIAN BRADBURN
Hi, As part of a project I am conducting I am looking into the possibility of using the Cocoon Pipeline to manage the use of a third party format converter such as a2ps (which converts a variety of file formats into PS for printing. * How could I go about this? * Is it possible? I would

Error in mounted sitemap (After update 2.0.2 - 2.0.3)

2002-09-02 Thread Frank Borkowsky
Hello all! After an update from Cocoon 2.0.2 to 2.0.3 we have problems with mounted sitemaps in our project. We now get errors of the following type: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that

RE: SQL Transformer with nested query + Filter Transformer = ArrayIndexOutOfBoundsException exception

2002-09-02 Thread Luca Morandini
Igor, may you show us your query, the relevant portion of the sitemap and a fragment of the SQLTransformer output ? Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED]

Manifest problem, deploying Ear (Cocoon + EJB's) on JBoss / Jetty

2002-09-02 Thread Michael Homeijer
Hi, I am trying to deploy an ear containing a Cocoon web-app on JBoss / Jetty. The problem is that when I have an ejb-client.jar in the web-inf\lib directory, jboss gives a classcastexception on the PortableRemoteObject.narrow call (probably because the home interface is in the VM twice in two

Re: majix as generator

2002-09-02 Thread Carles Canellas
Hello I have a MajixGenerator, but it's not really a good job. I have deleted a lot of things that I don't understand, including all the online code, and there are no comments. If you still want it I'll send you all the code. --- [EMAIL PROTECTED] escribió: Hello, has anyone considered

Re: could not add record/mysql

2002-09-02 Thread Lajos Moczar
Wolfgang - Make sure you change the pool name not just in cocoon.xconf but anywhere you actually use the pool, like create-empl.xsp. Then bounce your servlet container so Cocoon will reread cocoon.xconf. If you do those things and still have problems, stop Tomcat, delete the work directory

Running Cocoon programmatically

2002-09-02 Thread Johan Kindgren
Hi! I'm working with a project that uses Cocoon 2.0.2 as a document generator inside WebLogic 6.1. Right now we are only handling HTTP-requests to generate documents, but we would like to be able to handle programmatic requests from distributed applications. We haven't decided which

RE: Pattern wildcards meaning

2002-09-02 Thread Hunsberger, Peter
Samples provided with Cocoon dist. use path-like style to parameterize patterns, e.g. map:match pattern=*/* where, for instance, in sitemap administrator mind, 1st * is meaning source #1 and 2nd * source #2 (these wildcards beeing use to aggregate two sources). Why not use a more

Re: HTMLGenerator customizing

2002-09-02 Thread MTiffany71
Just a thought -- someone correct me if my reach is exceeding my grasp here -- would subclassing the HTMLGenerator to a derived 'HTMLGoLiveGenerator' compiled with the custom external config file make sense???

Re: Using Pipeline with third party converters

2002-09-02 Thread Nicola Ken Barozzi
PETER BRIAN BRADBURN wrote: Hi, As part of a project I am conducting I am looking into the possibility of using the Cocoon Pipeline to manage the use of a third party format converter such as a2ps (which converts a variety of file formats into PS for printing. * How could I go

Re: HTMLGenerator customizing

2002-09-02 Thread Nicola Ken Barozzi
[EMAIL PROTECTED] wrote: Just a thought -- someone correct me if my reach is exceeding my grasp here -- would subclassing the HTMLGenerator to a derived 'HTMLGoLiveGenerator' compiled with the custom external config file make sense??? If the external config is generic enough for us all,

Re: SOAP xsp taglib with Axis ?

2002-09-02 Thread Marcus Crafter
Hi Steven, Some success! On Fri, Aug 30, 2002 at 11:55:26AM -0400, Steven Cummings wrote: I haven't really found the answer, but after some comparison between 2.0.3 and 2.1-HEAD I have found that: * The only change has been in soap.xsl, not SOAPHelper (but I can't determine what

Re: could not add record/mysql

2002-09-02 Thread Wolle
hi! *Make sure you change the pool name not just in cocoon.xconf but anywhere *you actually use the pool, like create-empl.xsp. this was already done. Then bounce your *servlet container so Cocoon will reread cocoon.xconf. what does that mean? i suggest restarting tomcat. If you do those

XMLForm Wizard and Data Access

2002-09-02 Thread pwcml
I am trying to create a web application with the XMLForm wizard. I have one major problem though. -- I am having trouble loading data into the jbean from a database (imagine a screen to ident a user and then a screen to modify account data). As far as I can tell I would have to do the data

RE: Using Pipeline with third party converters

2002-09-02 Thread Conal Tuohy
If you have an existing application which you can't easily port to Cocoon you can package it as a CGI application. Then you can invoke it from Cocoon, and also use Cocoon to pass it the data it needs. I've used this technique to embed a Microsoft eBook compiler into a Cocoon app. The user

still trying to create a searchable lucene index of my xml docments

2002-09-02 Thread Harry J. Foxwell
I have a collection of xml documents in http://cs2.gmu.edu:8080/cocoon/Marchive, a.xml, b.xml, etc. I have an AE.xsl stylesheet in the Marchive directory that successfully transforms my documents into html when I browse to http://cs2.gmu.edu:8080/cocoon/Marchive/a, for example.. So far, so

Re: XPath transformer?

2002-09-02 Thread Jeff Turner
On Fri, Aug 30, 2002 at 10:55:03AM +0200, Luca Morandini wrote: Not easily, because the 'match' attribute cannot be dynamic. Eg, I Oh, I see... so you want a *dynamic* selector. Hmm... this was not apparent from your example, It seemed you wanted just a way to select one chapter amongst

Re: XMLForm Wizard and Data Access

2002-09-02 Thread pwcml
Is there a way to add more items to the map that a FormWizardAction returns (i.e. more than just the page parameter)? On Monday 02 September 2002 12:25 pm, [EMAIL PROTECTED] wrote: I am trying to create a web application with the XMLForm wizard. I have one major problem though. -- I am

RE: Cocoon article on JDJ

2002-09-02 Thread Rick Wayne
On Mon, 2002-06-10 at 03:01, Matthew Langham wrote: Something we have noticed is the lack of Cocoon presentations at conferences. We have submitted 3 for the coming ApacheCon but we have noticed that we seem to be the only people submitting anything. Is this the case? And there is only 1

RE: gzipping content

2002-09-02 Thread Greg Jones
You just have to change the 2.2 standard at the top of the web.xml to point to the 2.3: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; This will work. Also make sure that you add the filter at the top of your web.xml or it

Converting a TREE FRAGMENT to a node-set()

2002-09-02 Thread Phil Blake
Hiya, How can I work on a RTREEFRAG as if it was a node-set, or how can I convert a RTREEFRAG to a node-set? Is there a node-set() available out of the box with Cocoon? What is the recommended way of achieving this? Thanks for your time, Phil