RE: Java packages

2002-07-16 Thread Robert Bourdeau
> > > It's not that these solutions won't work, but they feel awkward and > > seem a little like hacks. I work in a shop where we have multiple > > virtual hosts running on a single server configuration, and within > > each virtual host, multiple applications. Further, there are dev, > > alpha, b

RE: Java packages

2002-07-16 Thread Robert Bourdeau
s. If not, and if I ever find a nice way to integrate Cocoon into this setup, perhaps I'd write it up (if anyone else finds themselves supporting such an environment). But I'm still unsatisfied. --- Bob > > cocoon/WEB-INF/classes or cocoon/WEB-INF/libs (for jar files) > &g

Java packages

2002-07-16 Thread Robert Bourdeau
I think there was a thread on this, BUT it appears that the cocoon-users archive is not indexed, there is no web archive, and I can't keep all the Cocoon-user messages. So, apologies in advance if this question was recently asked. (I did check the FAQ, nothing there). Ok, I want to utilize appli

RE: cleaning xmlns attribute with XSL transformation

2002-07-16 Thread Robert Bourdeau
One thing that strikes me is that you're tranferring XML element attributes to HTML element attributes uninspected. It would seem to be, admittedly far from expert, a better practice is to specifically select and handle the XML attributes, transforming then into appropriate (perhaps equivalent) H

RE: Monday Night: Free POI, lots of Pizza, And all the info you can take in one night about POI and the Cocoon HSSF Serializer!

2002-07-12 Thread Robert Bourdeau
More than 3? Actually, I've kinda been wondering where folks on this list are from. I have started to assume that most folks are actually outside the US. Anyway, this newbie is in NY. > -Original Message- > From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 12, 2002 10:

RE: Join information from 2 generators?

2002-07-11 Thread Robert Bourdeau
Something along these lines might work: > -Original Message- > From: Tom Klaasen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 11, 2002 12:31 PM > To: [EMAIL PROTECTED] > Subject: Re: Joi

RE: SVG problems with

2002-07-10 Thread Robert Bourdeau
d include. Is there some document that describes what is included in a given "binary" release of Cocoon? Which version of the various integrated packages? E.g., a configuration document? Regards, --- Bob > -----Original Message- > From: Robert Bourdeau [mailto:[EMAIL PROTECTE

SVG problems with

2002-07-10 Thread Robert Bourdeau
I'm experimenting with SVG using Cocoon. Things work fine, until I attempt to utilize the element, at which point I get an inexplicable error. Here's the set up: Sitemap fragment: - A simple XML document 'svg1.xml':

RE: Multiple conditions in an XSP if statement

2002-07-01 Thread Robert Bourdeau
I'm very very new to XML, and enjoying it thoroughly, but I have to admit that I find the && encoding for a logical-and in Java to be extremely nasty looking. It really obfuscates the intended meaning of the statement, requiring the reader to view the "Java"-code contained within a litt

Unexpected behavior with imported stylesheets

2002-06-27 Thread Robert Bourdeau
Has anyone encountered this problem? Maybe it's not a problem, but a feature! I'm experimenting with aggregation, and the decomposition of stylesheets. When I change an "imported" stylesheet, it's not being applied by Cocoon until the "importing" stylesheet is changed. Environment: Tom

URL rewriting solution in FAQ does not do the trick

2002-06-18 Thread Robert Bourdeau
This is more of an Apache question than a Cocoon question, but hopefully someone will know what I'm doing wrong here. Setup: SPARC Solaris 2.7, Apache 1.3.24 w/mod_webapp (Warp), and Tomcat 4.0.1 Goal: Eliminate cocoon from the URL Constraints: Want all my custom content (XML, stylesheets, etc