Re: Docbook and Cocoon?

2001-09-10 Thread Konstantin Agouros
On Sun, Sep 09, 2001 at 09:25:11PM -0700, Ovidiu Predescu wrote: On Sun, 9 Sep 2001 18:48:52 +0200, Konstantin Agouros [EMAIL PROTECTED] wrote: On Sat, Sep 08, 2001 at 07:54:15PM +0200, Konstantin Agouros wrote: Hi, thanks for the file. I tried this as well with xalan on the

RE: aggregate.xsp - C2b2 - is working???

2001-09-10 Thread Laurent KEMPENEERS
Hello, I got the same result also. I identified the problem in the network configuration of my computer: I can access to the internet only trough my browser (no gateway are defined in my configuration), and then my JVM cannot access to the internet and cannot find internet resources (especially

Re: AW: Velocity and sitemap

2001-09-10 Thread Tobias Luikard
I'm getting old. Thanks a lot. Tobias (It was a hard weekend .-) ) Jörn Heid wrote: Perhaps because of 'scr' instead of 'src' ;) -Ursprüngliche Nachricht- Von: Tobias Luikard [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. September 2001 09:54 An: [EMAIL PROTECTED] Betreff:

How can i bring the border in PDF format?

2001-09-10 Thread sudhakar sankar
Hai, I am trying to bring the table border in the PDF, which is produced from Cocoon. But, i can't bring the border for the table. If anybody know, please advise me. Thanks in advance Sudhakar Sankar - Please check

How to install Cocoon 1.8/2.0 in JRun 3.x?

2001-09-10 Thread sudhakar sankar
Hai, If you know about how to install Cocoon 1.8 or Cocoon 2.0 in JRun Application Server 3.x, Can u send me the full details. Thanks in Advance Sudhakar Sankar - Please check that your question has not already been

Re: Namespaces

2001-09-10 Thread Martin Kavalar
Thanks for your quick reply. Your solution helped me for all namespaces delared like this: xmlns:name=mynamespace but what about the xmlns=myothernamespace ? I cant come up with a way of removing this one. thanks martin Laurent KEMPENEERS wrote: One solution for this kind of namespaces

Re: doubts regarding interwebapp communication

2001-09-10 Thread Davanum Srinivas
Raghu, Since i have not used JetSpeed myselfAm forwarding this to the cocoon users list. FWIW, Am quite sure that JetSpeed is maintining session variables, you need to check with their docs on what they are and which ones you can use. Thanks, dims --- raghu [EMAIL PROTECTED] wrote:

Re: Word documents

2001-09-10 Thread java guru
Hi., I am not sure whats going on with ur system but the following just worked fine for me..on c2.. *** map:match pattern=testdoc map:read src=resources/docs/test.doc mime-type=application/msword/ /map:match

RE: Word documents

2001-09-10 Thread Kowshik . Podder
You need to check the mime type that your web server is setting for word documents, if it is at all at the moment, since this is the type which your browser must be setup to look for. Kosh -Original Message- From: m.narain Sent: 10 September 2001 12:29 To: cocoon-users Cc:

Re: Namespaces

2001-09-10 Thread Martin Kavalar
exclude-result-prefixes=#default myotherns still prints out the default namespace...any clue why? Laurent KEMPENEERS wrote: Sorry, My answer was not complete... for the default namespace, you can use the value '#default' as namespace prefix. Laurent -Message d'origine- De : Martin

[C2] Using Cocoon with several XSL.

2001-09-10 Thread jose . camacho
I want to use one xsl for each pattern, something like this, map:match pattern=pic/index.xml?TG=* map:generate type=servlet src=package1.Servlet?TG={1}/ map:transform src=stylesheets/page/{1}.xsl/ map:serialize type=html/

RE: Confused about Actions

2001-09-10 Thread Vadim Gritsenko
It soon will become FAQ... Try this: map:match pattern=**.xml map:act type=email map:generate src={../1}.xml/ Action also can return parameters, and you need parameters from previous (one level up) component.

Re: WebSphere/Cocoon Gurus - Help!!!!

2001-09-10 Thread Jack Hirasawa
Hi fellow cocoon-users I was able to successfully get Cocoon 1.8.2 working under WebSphere, but only after I back-levelled WebSphere to 3.5.2 (I was trying to get it running under 3.5.4). Does anyone know what might have changed between the two releases that causes Cocoon 1.8.2 to break?

Re: To those who are experts in using fop

2001-09-10 Thread Christopher Painter-Wakefield
I think you can just set the page-width and page-height attributes in your page master element, e.g., fo:layout-master-set fo:simple-page-master page-master-name=pmaster page-width=11in page-height=8.5in ... /fo:simple-page-master /fo:layout-master-set However,

Re: Velocity and sitemap

2001-09-10 Thread Michael McKibben
Hello, I believe also the Velocity Cocoon2 Generator currently configures the Velocity engine to resolve template files relative to the templates/ directory inside the cocoon webapp, so your src path should not include the templates/ part. Regards, --mike On Sat, 8 Sep 2001, Daniel Owsianski

include xml fragment in xsp

2001-09-10 Thread florent barbare
Hi all, i'm trying to include an xml fragment in a xsp page several ways (included FAQ way) but never don't work. I'm using C2. on following, this way don't work but no error message is displayed ?xml version=1.0 encoding=ISO-8859-1? xsp:page language=java

Cocoon 1.8.2 - .htaccess?

2001-09-10 Thread Elisa Green
My search in FAQs and alternative resources have turned up nothing on cocoon security settings with .htaccess. We have a virtual host set up on Apache 1.3.14 for a development space which is to be password protected using .htaccess files. Tomcat 3.2.1 and Cocoon 1.8.2 are also set up on our Sun

Nobody Knows HOW TO SAVE STREAM ON DISK!!

2001-09-10 Thread cib
Hi, I've been sending message everywhere and reading any book on jsp, and nowhere it's told how I can get an xsp to record, or update a file. It's crazy!! I 've got an xsp which creates or recreate an xsl each time database is changed. But how can I save this stream from the xsp on my disk, on

Re: Nobody Knows HOW TO SAVE STREAM ON DISK!!

2001-09-10 Thread Christopher Painter-Wakefield
I think the reason nobody is answering is that nobody on this list knows offhand how to do it. They would have to spend time looking up the appropriate Java references, etc., for your benefit. I would suggest that what you are trying to do is not basic xsp but very advanced, and therefore

RE: Nobody Knows HOW TO SAVE STREAM ON DISK!!

2001-09-10 Thread Vadim Gritsenko
-Original Message- From: cib [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 2:30 PM To: Cocoon User Mail List Subject: Nobody Knows HOW TO SAVE STREAM ON DISK!! Hi, I've been sending message everywhere and reading any book on jsp, and nowhere it's told how I can

Re: Nobody Knows HOW TO SAVE STREAM ON DISK!!

2001-09-10 Thread Marcelo F. Ochoa
cib wrote: Hi, I've been sending message everywhere and reading any book on jsp, and nowhere it's told how I can get an xsp to record, or update a file. It's crazy!! I 've got an xsp which creates or recreate an xsl each time database is changed. But how can I save this stream from the xsp on

xlink namespace exception

2001-09-10 Thread Dinkar Ganti
Hello, I am trying to generate an SVG page that has an xlink. CocoonServlet exception throws the following exception: html xmlns:error=http://apache.org/cocoon/error/2.0; head META http-equiv=Content-Type content=text/html; charset=UTF-8 title:Error creating the resource/title /head body

AW: xlink namespace exception

2001-09-10 Thread Jörn Heid
It seems you have forgotten to declare the namespace like root-element xmlns:xlink=http://whatever; -Ursprüngliche Nachricht- Von: Dinkar Ganti [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. September 2001 23:43 An: 'Cocoon-Users Cc: [EMAIL PROTECTED] Betreff: xlink namespace

Disabling XML Document validation in Cocoon

2001-09-10 Thread Dinkar Ganti
Is there a mechanism to disable validating the document? I noticed that the Parsers that cocoon uses have ability to manipulate Features by use of setFeature(). How are these features specified for Cocoon ? Any help will be greatly appreciated. Thanks, Dinkar

RE: xlink namespace exception

2001-09-10 Thread Dinkar Ganti
Thank you very much for the hint. Regards, Dinkar -Original Message- From: Jörn Heid [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 5:51 PM To: [EMAIL PROTECTED] Subject: AW: xlink namespace exception It seems you have forgotten to declare the namespace like root-element

Re: Cocoon 1.8.2 - .htaccess?

2001-09-10 Thread Jeff Turner
On Mon, Sep 10, 2001 at 01:54:35PM -0400, Elisa Green wrote: My search in FAQs and alternative resources have turned up nothing on cocoon security settings with .htaccess. Cocoon has nothing to do with .htaccess. Cocoon runs as a servlet. Access to servlets is determined by the servlet

Sitemap parameters scope and non-destructive session parameters propagation

2001-09-10 Thread Paolo
I am working with Cocoon but I have some problems with sitemap variables scope. It seems that Sitemap Parameters propagated from db-authenticator actions are not inherited into selectors or other db-authenticator actions. Please look at this code and the scope of myvar_dbvars1 (propagated by