AW: XMLForm and Table output

2002-12-01 Thread Kirchhoff, Lars
thanks Ivelin, but now I'm right in front of a new problem, how to print out the document using cocoon? I couldn't find a generator that gets the input right from a stream? Do I have to write my own generator? If yes, can you point me to some documentation about this, because I couldn't found it.

Re: Including static images into SVG files

2002-12-01 Thread Derek Hohls
Ok, point taken and noted.    I think I will have to maintain the server part of the   address in a separate file and do an 'include' in the processing file - this way it should make the maintainance easier (even if not intuitively obvious!)>>> [EMAIL PROTECTED] 01/12/2002 11:19:22 >>>But AFA

Problem in 2.1 CVS

2002-12-01 Thread Antonio Gallardo
I have an application that works fine with the CVS 2.1 version from 24-Nov. But currently there are many problems. If I come back to the 22-Nov version everything works fine. The problem is mainly related to things about user authentication and session as I reported yesterday. I will stay at the

Fw: Portal Coplets - Access

2002-12-01 Thread Richard Reyes
  Hi Guys,   Any comments...   Or the portal is suppose to work like this?   Thanks     - Original Message - From: Richard Reyes To: cocoon-users Sent: Friday, November 29, 2002 3:10 PM Subject: Portal Coplets - Access Hi Guys,Is there a way to not let

Re: Transformer

2002-12-01 Thread Joerg Heinicke
Does this mean, that you want to select another XSL file used for transformation depending on the input document? Why don't you use an XSL, which includes the other XSL files and so the different matching templates? Or use modes in the stylesheets like J. Pietschmann provided at http://www.mail-

Re: Including static images into SVG files

2002-12-01 Thread Joerg Heinicke
But AFAIK this is the only working solution. Both Batik and FOP only work with absolute paths. Joerg Derek Hohls wrote: Unfortunately this is not a real solution: in the example I used 'myserver' - on my development machine this would be 'localhost:8080' whereas on the production machine it woul

RE: Including static images into SVG files

2002-12-01 Thread Derek Hohls
Unfortunately this is not a real solution: in the example I used 'myserver' - on my development machine this would be 'localhost:8080' whereas on the production machine it would be something 'joe.domain.com' ... I do not think that 'localhost' would work the same in both situations... the same hol

util:include-file still fails to include in .xsp

2002-12-01 Thread Marko NIINIMAKI
Hmm, I have a feeling this is a bug in cocoon utils: http://apache.org/xsp"; xmlns:session="http://apache.org/xsp/session/2.0"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:util="http://apache.org/xsp/util"; > (foo.txt contains hello) this compiles but

Re: [Authentication] - Generate javascript using XSP

2002-12-01 Thread Christoph Gaffga
> Where I can configure for all the pages the > response.setHeader("Cache-Control", "No-Cache"); I'm using a filter for that: in my web.xml-file: ModifyRequest com.triplemind.asp.server.ModifyRequestFilter ModifyRequest Cocoon2 And a short Filter-Class: package com.tri

Re: Weird Saxon errors

2002-12-01 Thread SAXESS - Hussayn Dabbous
J.Pietschmann wrote: SAXESS - Hussayn Dabbous wrote: Your stylesheet produces plain text as output. This seems to be a problem for cocoon transformers. I don't know, if this behaviour is a feature, or a bug. (Maybe the developers can tell us ;-) ? It's a feature. Plain text is not a valid XML

Re: [Authentication] - Generate javascript using XSP

2002-12-01 Thread Antonio Gallardo
Where I can configure for all the pages the response.setHeader("Cache-Control", "No-Cache"); Can I put it into the header of the HTML in my XSL? Regards, Antonio Gallardo Christoph Gaffga dijo: > Hi, > >> I think that this can be done because the proxy is returning a cached >> page from anothe