RE: Howto use a generated stylesheet

2003-07-01 Thread Orson Davis
doesn't work is that the xml from the pipeline for picto-filter.xsl isn't available when the initializes. -Original Message- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 9:26 AM To: [EMAIL PROTECTED] Subject: RE: Howto use a generated stylesheet On

RE: Howto use a generated stylesheet

2003-07-01 Thread Orson Davis
: Tuesday, July 01, 2003 9:23 AM To: [EMAIL PROTECTED] Subject: RE: Howto use a generated stylesheet On 1 Jul 2003 at 9:19, Orson Davis wrote: > The stylesheet must be available before the pipeline is setup. The > setup, configure and compose methods for each component in a pipeline >

RE: Howto use a generated stylesheet

2003-07-01 Thread Orson Davis
The stylesheet must be available before the pipeline is setup. The setup, configure and compose methods for each component in a pipeline is called before the startdocument method is called. In the case of the org.apache.cocoon.transformation.TraxTransformer the call to the stylesheet is made in b

XSLT Transformer newlines

2003-06-06 Thread Orson Davis
I am converting a production environment from cocoon 1.8.2 to cocoon 2.0.4 running on tomcat/jboss3.0.4.  The problem that I am running into over and over again is that the new cocoon when generating html puts newlines/carriage returns after certain tags.  I have re-written a number of page

RE: tag failure

2003-05-27 Thread Orson Davis
Thanks everyone, I got this figured out.  I needed a site component that read dealt with the tag.  This is what worked for me.         Now all is just fine.   -Original Message-From: Orson Davis [mailto:[EMAIL PROTECTED]Sent: Tuesday, May 27, 2003 12:04 PMTo

tag failure

2003-05-27 Thread Orson Davis
I am running cocoon2.0.4 on tomcat/jboss 3.0.4 with jdk1.4.0 on a windows 2000 server.   My generator is the jsp generator and the problem I am running into is in calling from the original jsp called.  It actually runs through the jspgenerator, traxtransformer and then at some point I get