Re: defaulting to a matcher when another one is not present

2002-10-06 Thread Sylvain Wallez
Ovidiu Predescu wrote: I have the following problem. I want to write a map:match pattern=**.html matcher in the top-level sitemap, and have it invoked for most of the HTML page generation. However I'd like this rule to be overwritten in sub-sitemaps, e.g. if a sub-sitemap implements a

About the SQLTransformer patch

2002-10-06 Thread Luca Morandini
Folks, on the 1st of Oct, I've sent this list a code fragment to address an error in the SQLTransformer shipped with the 2.0.3. I'd like to know whether anyone of you will commit that patch to the code base, possibily for the up-coming 2.0.4 or the 2.1. Best regards,

defaulting to a matcher when another one is not present

2002-10-06 Thread Ovidiu Predescu
I have the following problem. I want to write a map:match pattern=**.html matcher in the top-level sitemap, and have it invoked for most of the HTML page generation. However I'd like this rule to be overwritten in sub-sitemaps, e.g. if a sub-sitemap implements a rule with a similar pattern,

Re: About the SQLTransformer patch

2002-10-06 Thread Giacomo Pati
Fill it up into bugzilla. This way it should not get forgotten. Giacomo On Sun, 6 Oct 2002, Luca Morandini wrote: Folks, on the 1st of Oct, I've sent this list a code fragment to address an error in the SQLTransformer shipped with the 2.0.3. I'd like to know whether anyone of you will

DO NOT REPLY [Bug 13344] New: - SQLTransformer: syntax error when submitting Oracle Stored Procedures spanning more than one line of code

2002-10-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13344. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: generic resources

2002-10-06 Thread Steven Noels
Frédéric Glorieux wrote: Fastest way to test it, open it in an XSL compliant browser (IE 5.5 under windows, others ?) Hi Frédéric, the collapse/expand function appears not to be working on my Mozilla 1.0 under W2K. It only work for some of the leaf nodes (containing text), higher level

[OT] Googlefight (was: RE: [ot] oscom berkeley)

2002-10-06 Thread Reinhard Poetz
At googlefight.com you can compare keywords - which one is requested by the google users more often. I tried cocoon vs. zope ;-) http://www.googlefight.com/cgi-bin/compare.pl?q1=cocoonq2=zopeB1=I%27m+Fee ling+Groggy%21%21+Go%21compare=1langue=us Reinhard

cvs commit: xml-cocoon2/src/documentation/xdocs who.xml

2002-10-06 Thread giacomo
giacomo 2002/10/06 10:05:43 Modified:src/documentation/xdocs who.xml Log: strict alphabetical order Revision ChangesPath 1.29 +1 -1 xml-cocoon2/src/documentation/xdocs/who.xml Index: who.xml

[FYI] Profiling Cocoon...

2002-10-06 Thread Stefano Mazzocchi
Hello people, I'm currently at Giacomo's place and we spent a rainy afternoon profiling the latest Cocoon to see if there is something we could fix/improve/blah-blah. WARNING: this is *by no means* a scientific report. But we have tried to be as informative as possible for developers. We

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread J.Pietschmann
Stefano Mazzocchi wrote: Yeah, DTD parsing. No, not for validation, but for entity resolution. It seems that even if the parser is non-validated, the DTD is fully parsed anyway just to do entity evalutation. No surprise here, that's required by the spec, and obvioussly quite right so. *The*

Re: [OT] Googlefight (was: RE: [ot] oscom berkeley)

2002-10-06 Thread Ivelin Ivanov
Wow. Even Apache vs Zope is in favor of the latter. How trustworthy is this source? - Original Message - From: Reinhard Poetz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 06, 2002 7:29 AM Subject: [OT] Googlefight (was: RE: [ot] oscom berkeley) At googlefight.com you

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread Ivelin Ivanov
Thank you for the profiling, Stefano ! ... and Welcome Back to The Party ! - Original Message - From: Stefano Mazzocchi [EMAIL PROTECTED] To: Apache Cocoon [EMAIL PROTECTED] Sent: Sunday, October 06, 2002 12:30 PM Subject: [FYI] Profiling Cocoon... [EMAIL PROTECTED] if you want to

RE: [OT] Googlefight (was: RE: [ot] oscom berkeley)

2002-10-06 Thread Reinhard Poetz
From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Wow. Even Apache vs Zope is in favor of the latter. How trustworthy is this source? I don't know - but it's entertaining ... Reinhard From: Reinhard Poetz [EMAIL PROTECTED] At googlefight.com you can compare keywords - which one is

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread Stefano Mazzocchi
[back to the list since others might be interested in this] Ignacio J. Ortega wrote: Can you elaborate a little more on this point? do you have any numbers to support the relative badness of this 10%? Hmmm, I don't know what numbers I can give you since any absolute number will probably be

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread Giacomo Pati
On Sun, 6 Oct 2002, Stefano Mazzocchi wrote: Hello people, I'm currently at Giacomo's place and we spent a rainy afternoon profiling the latest Cocoon to see if there is something we could fix/improve/blah-blah. WARNING: this is *by no means* a scientific report. But we have tried to be

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread Stefano Mazzocchi
Sylvain Wallez wrote: IFAIK, bucketmaps are used as soon as a component is looked up, and getting a page from cache shouldn't reduce much the number of lookups since the pipeline has to be built to get the cache key and validity. True, but who is 'creating' those new BucketMaps$Nodes who

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread Steven Noels
Discovery #3: use XSLTC as much as possible! NOTE: our current root sitemap.xmap indicates that XSLTC is default XSLT engine for Cocoon 2.1, but the fact is that the XSLTC factory is commented out, resulting in running Xalan. We should either remove that comment or uncomment the XSLTC

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread Stefano Mazzocchi
Steven Noels wrote: Discovery #3: use XSLTC as much as possible! NOTE: our current root sitemap.xmap indicates that XSLTC is default XSLT engine for Cocoon 2.1, but the fact is that the XSLTC factory is commented out, resulting in running Xalan. We should either remove that comment or

Re: [FYI] Profiling Cocoon...

2002-10-06 Thread Giacomo Pati
On Sun, 6 Oct 2002, Sylvain Wallez wrote: Stefano Mazzocchi wrote: Hello people, I'm currently at Giacomo's place and we spent a rainy afternoon profiling the latest Cocoon to see if there is something we could fix/improve/blah-blah. WARNING: this is *by no means* a scientific