Re: HTML Output Issues

2002-03-30 Thread terracare
Corey: > xml:space="preserve" Have you tried removing the xml:space attribute from your stylesheet? Diana - Please check that your question has not already been answered in the FAQ before posting.

Re: Cannot get MySQL pool connection

2002-03-01 Thread terracare
Paul, On Friday, March 1, 2002, at 09:19 AM, Paul Caton wrote: > Cocoon just doesn't see a connection to my database. I > have to say I've wasted so much time trying to get Cocoon to do what > it says it can do that I'm close to abandoning it. It's not Cocoon. It's appears to be a Mac OSX-Java

Re: read/write DOM Session

2002-02-25 Thread terracare
On Friday, February 22, 2002, at 03:45 AM, Bertrand Delacretaz wrote: > You could use the RequestGenerator ( ) - > I find it a good starting point for such "non-data" pipelines. Can you give a typical example of how you might use it for such a "non-data" pipeline? Thanks. Diana ---

Re: How can i pass my request-parameter to my servlet

2002-02-25 Thread terracare
On Monday, February 25, 2002, at 06:00 AM, 罗鸣/eNet/技术服务事业部/系统部/总监 wrote: > Hello all, > How can i pass my request-parameter to my servlet > > Have you tried using RequestParamAction? You might want to check out Andreas Hartmann's excellent tutorial, and more specifically, this page: http://w

Re: no such method error!

2001-12-11 Thread terracare
Phil, You're also missing the select attribute in your tag. Diana > stylesheet : > > > http://www.w3.org/1999/XSL/Transform>" > version="1.0"> > > > > > > > > I get the same error for other xml & xsl pages > > any suggestions will be greatly appreciated > > tks > > Phill > > >

Re: Multiple Namespace Decls.

2001-12-08 Thread terracare
Title: Re: Multiple Namespace Decls. Luke, >I'm trying to use cinclude, but the same seems to happen for all ns declarations - >whether from xsp or read from xml - in the down pipeline processing there are >multiple (dual) declarations of each namespace - my editor complains >about this and

Re: Request attributes?

2001-12-06 Thread terracare
>> Up to now I have used sessions to store objects needed further down the >> processing chain. I may be mistaken, but this approach seems to be a lot >> more efficient, assuming I don't need the object outside of the chain... Is >> this correct? > > I'd say no. For me the primary issue is holdi

Re: Inserting / Comining XML data

2001-12-06 Thread terracare
Luca, > Regarding the sentence "Now that Cocoon2 has a SAX-driven pipeline...", I > beg to differ, since the pipeline is NOT SAX-driven. I just based my impression on most recent Cocoon2 announcement (from which I quote): "Designed for performance and scalability around pipelined SAX processing

Re: Request attributes?

2001-12-06 Thread terracare
> Temporary storage (and passing of vars down the chain) is precisely what I > use the attribs for. Here's a bit of code for sending an id to another > object via the Request object: > > req.setAttribute("jbxsp-id",instanceId); > instance.setReq(req); Up to now I have used sessions to store obje

Re: Inserting / Comining XML data

2001-12-06 Thread terracare
> I'm happy to know that someone is trying to avoid XSP. > > I dislike it for being too static, I'd rather prefer doing everything via > XSLT... as I'm currently struggling to do. This was my original approach with Cocoon1 -- trying to use XSLT for everything -- but I read a number of posts that

Re: Cocoon2, OSX install problem

2001-11-12 Thread terracare
Alex, Thanks for your suggestions. Using Tomcat 4.0.1 worked! Diana > Have you tried Tomcat 4.0 (although I wouldn't think that would make a big > difference). > > Sorry I couldn't be of more help... but it just worked for me. > > -Alex > > > On Sun,

Cocoon2, OSX install problem

2001-11-11 Thread terracare
I'm trying to install Cocoon2 (downloaded from CVS on 11.9.01) on OS X (version 10.03) and Tomcat (3.23). I followed installation instructions step by step. As per OSX-specific issues, I was also careful to edit my ant file, to set JAVA_HOME statically and add the correct path to classes.jar to th