RE: GUI for editing sitemap.xmap?

2003-09-18 Thread Matthew Langham
However its missing some new elements, in particular map:flow, which I would like to start using. I'm not sure how the sunBow software is written so I'm not sure how it knows what are sitemap elements. Perhaps its hard coded, or has an old relax schema in it. sunBow uses its own sitemap

Re: Parameters

2003-09-18 Thread Christian Haul
On 17.Sep.2003 -- 05:41 PM, Diego Cattelan wrote: Hi I'm new to Cocoon system and I don't understand how to pass parameters from sitemap: sitemap.xmap: map:match pattern=auth_entra map:generate src=../globals/authentication/auth.xsp type=serverpages

Re: Parameters

2003-09-18 Thread Christian Haul
On 17.Sep.2003 -- 11:07 AM, jcplerm wrote: I implemented an action to set an attribute on the request object which looks like: map:act type=SetRequestAttributeAction map:parameter name=requestAttributeName value=attr1/ map:parameter

XML-Form and XML-Scheme

2003-09-18 Thread mathias . wiegard
Hi, does anyone have experience in using XML-Scheme as base for generating XML- Forms and the equivalent Schematron data? Has anyone implemented a XML-Schema Validator? Thanks in advance, Mat - To unsubscribe, e-mail: [EMAIL

Re: pipeline for wml-clients

2003-09-18 Thread Geoff Howard
Michael Hohmann wrote: I got the following problem with cocoon I am using a pipeline with some select and when statements in order to get the requesting client identified and the xml transformed into to the right format. It works fine for IE and Opera so far and things really get transformed

Link Livesites: Cocoon 2.0

2003-09-18 Thread olaf . naumann
Url: www.news2mail.com Description: With news2mail.com you can receive the messages from the usenet via e-mail. Version: 2.0.4 Remark: I'm using cocoon to generate my content and then create a complete set of static html-pages, which I put on the web server (this is a shell-script, that i run

XML2HTML

2003-09-18 Thread Christoph Strehl
Hello there, I am new to Cocoon and I am already having problems with my first example. I am trying to convert a XML file to HTML. My XML-file looks - simplified - like this: para Text with picture picsource.jpg/pic and some text. /para The xsl-file is this one:

Re: XML2HTML

2003-09-18 Thread Christian Haul
On 18.Sep.2003 -- 03:36 PM, Christoph Strehl wrote: Hello there, I am new to Cocoon and I am already having problems with my first example. I am trying to convert a XML file to HTML. My XML-file looks - simplified - like this: para Text with picture picsource.jpg/pic and some

Re: Acrobat 4.0 and Cocoon/FOP

2003-09-18 Thread David Kavanagh
Not sure, but Acrobat 4 is 2 versions old and IE 5 is getting pretty old also (I ditched it for testing my web apps). I understand you might have constraints on the client side, but can people upgrade to AcroRead 5 or 6? David Michael Vennera wrote: Has anyone come across an issue with

Re: Deploying cocoon 2.1 to WebLogic 7.0

2003-09-18 Thread Wulff, Carl Christian
Title: Re: Deploying cocoon 2.1 to WebLogic 7.0 Hi, as an exanmple this excerpt in config.xml Application Deployed=true Name=cocoon Path=/web01/appsrv/cocoon/build-131 TwoPhase=false WebAppComponent Name=transform ServletReloadCheckSecs=-1 Targets=server URI=webapp/ /Application

RE: GUI for editing sitemap.xmap?

2003-09-18 Thread Ralph Goers
We are not using Eclipse. Is there any way to get sunbow working without it? We use IntelliJ as our IDE. Ralph -Original Message- From: Matthew Langham [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 12:01 AM To: [EMAIL PROTECTED] Subject: RE: GUI for editing

Mail and mock objects

2003-09-18 Thread Upayavira
I'm attempting to send an email from the flow, but, after doing: var mms = new Packages.org.apache.cocoon.mail.MailMessageSender(smtpHost); My variable mms is still undefined. Could it still be using mock objects? I've put the mail.jar and activation.jar into lib/local and rebuilt, and the

Re: GUI for editing sitemap.xmap?

2003-09-18 Thread Guido Casper
Ralph Goers [EMAIL PROTECTED] wrote: We are not using Eclipse. Is there any way to get sunbow working without it? No. Guido Casper - SN AGOpen Source Group Tel.: +49-5251-1581-87 Klingenderstr. 5

Javascript Error

2003-09-18 Thread Lionel Crine
I have some trouble with javascript. With a xhtml file like that : html xmlns=http://www.w3.org/1999/xhtml; head titleOpen a Declaration/title script language=javascript src=main.js/ /head script /script -- notice the blank space body the document is well displayed. BUT : whith

Re: Saxon and SQLTransformer

2003-09-18 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: However if I use saxon (version 6.5.3 or 7.6.5), the SQLTransformer sample throws the following error org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.UnsuportedOperationException: The Saxon DOM cannot be updated Well, the DOM implementation

Castor-related exception with today's (9/18/03) CVS extract

2003-09-18 Thread jcplerm
I just extracted "cocoon-2.1" from CVS and below is the exception that I am getting when trying to access any of my cocoon pages. I simply copied the build\WEB-INF\lib\*jar files over to my development environment after running build.bat. Should I copy some other jar from elsewhere?

Re: Castor-related exception with today's (9/18/03) CVS extract

2003-09-18 Thread Geoff Howard
jcplerm wrote: I just extracted cocoon-2.1 from CVS and below is the exception that I am getting when trying to access any of my cocoon pages. I simply copied the build\WEB-INF\lib\*jar files over to my development environment after running build.bat. Should I copy some other jar from

Re: Hello ! Can I generate PDFs and XLS through a document object and Cocoon ?

2003-09-18 Thread Joerg Heinicke
Yes, should be possible by writing your own simple generator. Where do you get the JDOM object from? Joerg jonathan wong wrote: Dear All , Hello ! I am a beginner of Cocoon . I find Cocoon can generate XLSs and PDFs through a pair of XML and XSLT . However , can I generate XLSs and PDFs

Executing multiple pipelines for a request?

2003-09-18 Thread Andrzej Jan Taramina
I have a situation where I need to transform a single input XML document into multiple (3 or 4 actually) output documents (which will be stored in a database). It's code generation functiohnality (using Cocoon to generate Cocoon code itself) which is where the need for the multiple files

Re: Store Soap results in Session variables

2003-09-18 Thread Joerg Heinicke
It's not possible with XSP, because they can only be used on the generator stage. Actions are also not possible, because they are executed before pipeline execution. You have to do the storing after SOAP, so a transformer is the only possibility. For writing your own transformer take a simple

[OT] My XSLT Editor

2003-09-18 Thread awhalley
Folks I have built an XSLT Editor available at http://sourceforge.net/projects/yanam/ It is in alpha at the moment but if somebody could have a look and give some feedback I would appreciate it. It requires JDK 1.4.2 and I have only tested it on Linux at the moment. There is a quick walk

Re: Hello ! Can I generate PDFs and XLS through a document object and Cocoon ?

2003-09-18 Thread jonathan wong
Dear Joerg , Hello ! I am so pleased to hear it is possible . I want to design my application as : 1. some data are stored in a database 2. a class gets a resultset and create a JDOM document object . 3. the class fit the database data to the document object . 4. how can I match the JDOM

Re: Hello ! Can I generate PDFs and XLS through a document object and Cocoon ?

2003-09-18 Thread Yury Mikhienko
What about using the cocoon xreporter? Hi Jonathon If you already have a class which generates a JDOM object, you could refer to it in an XSP (this is probably the easiest way), or write a Transformer that wraps the JDOM object and serializes it as SAX. Or, if you don't already have