Re: How to make custom XSP-like language??

2002-05-31 Thread Justin
Thanks for the quick reply Vadim. I'm pretty confused by the difference in the cocoon.xconf files that come with the Cocoon instalation and the file in the documentation and your example in this email. >> I'm trying to create a new XSP-like language for my application. This >> language needs t

Re: How to make custom XSP-like language??

2002-05-31 Thread Justin Fagnani-Bell
Thanks for the quick reply Vadim. I'm pretty confused by the difference in the cocoon.xconf files that come with the Cocoon instalation and the file in the documentation and your example in this email. >> I'm trying to create a new XSP-like language for my application. This >> language needs t

RE: images problem in css during build

2002-05-31 Thread Conal Tuohy
> >Put the image url in a commented link tag, and I think it > will be picked up. > > > > Just tested it, they are not picked up. Without the comment > tags it works. > Bert Try . - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Sitemap parameters failing...

2002-05-31 Thread Vadim Gritsenko
Can't reproduce. Are you sure that you are using latest (2.0.3 branch CVS) sitemap.xsl? Vadim -- Resistance is futile. > -Original Message- > From: Per Kreipke [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 12:08 PM > To: [EMAIL PROTECTED] > Subject: Sitemap parameters failin

Re: images problem in css during build

2002-05-31 Thread Stefano Mazzocchi
Cross-posting because this requirement originated on forrest but hits Cocoon design. Nicola Ken Barozzi wrote: > Someone has time to fix-propose something better for link finding in the > crawler? The problem is: CSS may link to images and the Cocoon crawler isn't able to recognize any hyperlin

RE: Sitemap parameters failing...

2002-05-31 Thread Vadim Gritsenko
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > > Vadim, > > Did I get this wrong too? Just trying to correct my understanding. No, looks like you are right and found an error... Will have to take a look at it. Later. :) Vadim > > Per > > > -Original Message- > > From: Per Kreipke

RE: Sitemap parameters failing...

2002-05-31 Thread Per Kreipke
Vadim, Did I get this wrong too? Just trying to correct my understanding. Per > -Original Message- > From: Per Kreipke [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 12:08 PM > To: [EMAIL PROTECTED] > Subject: Sitemap parameters failing... > > > In the following test sitemap fr

RE: How to make custom XSP-like language??

2002-05-31 Thread Vadim Gritsenko
> From: Justin Fagnani-Bell [mailto:[EMAIL PROTECTED]] > > Hi, > >I'm new to the list, but have been working with Cocoon 1.x and 2 for > over a year, recently adding lots of custom extensions. > > I'm trying to create a new XSP-like language for my application. This > language needs to have

RE: [report] xml-site update

2002-05-31 Thread Vadim Gritsenko
> From: Diana Shannon [mailto:[EMAIL PROTECTED]] > > I just synced the live site repository with the most recent the release > branch docs build. I have not *yet* attempted to examine or sync any > docs found in api/ or dist/ . Here's how I did it. > > 1. I checked out the latest live site versi

RE: CocoonServlet Fixes - improved error reporting

2002-05-31 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > Fixed error reporting in CocoonServlet: stream is now closed at the end of > the service method (why wasn't it closed before?), the content-type is sent > before sending the error and the notification messages are now more > descriptive. >

RE: Nested map:parameter sets...

2002-05-31 Thread Bert Van Kets
> > > What was the final functionality you were looking for? > >A way to dynamically choose/load skins and other config information that was >particular to a client. > >Eventually that'll be driven from a session or cookie setting but I wanted >to get the snippet in place first, so I thought I co

How to make custom XSP-like language??

2002-05-31 Thread Justin Fagnani-Bell
Hi, I'm new to the list, but have been working with Cocoon 1.x and 2 for over a year, recently adding lots of custom extensions. I'm trying to create a new XSP-like language for my application. This language needs to have a different base class than XSPGenerator, and some changes are neede

CocoonServlet Fixes - improved error reporting

2002-05-31 Thread Nicola Ken Barozzi
Fixed error reporting in CocoonServlet: stream is now closed at the end of the service method (why wasn't it closed before?), the content-type is sent before sending the error and the notification messages are now more descriptive. Does someone know the reason that Cocoon returns a boolean? Chan

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/sitemap PipelineNode.java

2002-05-31 Thread nicolaken
nicolaken2002/05/31 12:00:00 Modified:.changes.xml src/java/org/apache/cocoon/servlet CocoonServlet.java src/java/org/apache/cocoon/components/notification Notifier.java src/java/org/apache/cocoon/components/tr

RE: Nested map:parameter sets...

2002-05-31 Thread Per Kreipke
> Not sure why you would need to do this: if you've hardcoded the value, you > can hardcode it below. Agreed. It was not really a useful sample; it was a simplified example as I was testing to illustrate my question about the nesting. After Vadim's response, I understand a little more. > If you'

RE: Nested map:parameter sets...

2002-05-31 Thread Geoff Howard
Not sure why you would need to do this: if you've hardcoded the value, you can hardcode it below. If you're not (I assume hardcoding was just temporary) you should have access to the parameter from where it was set - ie, using a matcher wildcard, or an action, etc. What was the final functionali

RE: [xml-dev] [ANN] Ipedo Web Express 3.0

2002-05-31 Thread Chris Parkerson
Steven: Sorry for the delay in response as I've actually been on vacation. There are three major reasons for the choices that were made: - Market share: we also support ASP in addition to JSP - these are the two technologies that are prevalent with web developers and our own customers. - Ease of

[report] xml-site update

2002-05-31 Thread Diana Shannon
I just synced the live site repository with the most recent the release branch docs build. I have not *yet* attempted to examine or sync any docs found in api/ or dist/ . Here's how I did it. 1. I checked out the latest live site version from /home/cvs/xml- site/targets/cocoon 2. I performed a

Re: POI Serializer - IE 6.0 and MS Excel 2000

2002-05-31 Thread Michael Hartle
Denis Thierry wrote: >Hi all, > >I'm actually using cocoon to generate report as MS Excel doc and I do >expirience a strange behaviour. The produced files is sometime opened within >IE 6.0 and sometime outside (eg MS Ecel standalone). Is there any logic >behind? Genereated files are ont big at a

RE: Nested map:parameter sets...

2002-05-31 Thread Vadim Gritsenko
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > > I'm new at C2 but it seems to me from looking at sitemap.xsl that the > following (valid) sitemap snippet would result in some unintended code: > > > > > > > > > > > > >

Nested map:parameter sets...

2002-05-31 Thread Per Kreipke
I'm new at C2 but it seems to me from looking at sitemap.xsl that the following (valid) sitemap snippet would result in some unintended code: Every map:parameter generates a section of code that begins wit

Re: [C2.1] 'mime-type' in transformer declaration

2002-05-31 Thread Konstantin Piroumian
From: "Sylvain Wallez" <[EMAIL PROTECTED]> > Vadim Gritsenko wrote: > > >>From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] > >> > >>Konstantin Piroumian wrote: > >> > >> > >> > >>>Hi! > >>> > >>>I've found this line in the 'flow' sample: > >>> > >>> >>>src="org.apache.cocoon.transformation.AugmentT

Sitemap parameters failing...

2002-05-31 Thread Per Kreipke
In the following test sitemap fragment, I thought I was doing something wrong because I couldn't get the sitemap to compile: When I look at the sitemap.xsl code I think I see why: the generated java fragment below is wrong, param is initialized outside the function

AbstractSAXTransformer

2002-05-31 Thread Jeremy Quinn
Hi Carsten, I am trying to convert SourceWritingTransformer's tag to use the same pattern as , and add reporting to the pipeline for . I cannot work out how to output elements to the pipeline, in the "source" namespace as the original did, to report on the transaction. Is this possible wit

AbstractSAXTransformer

2002-05-31 Thread Jeremy Quinn
Hi Carsten, I am trying to convert SourceWritingTransformer's tag to use the same pattern as , and add reporting to the pipeline for . I cannot work out how to output elements to the pipeline, in the "source" namespace as the original did, to report on the transaction. Is this possible wit

Re: [C2.1] 'mime-type' in transformer declaration

2002-05-31 Thread Sylvain Wallez
Vadim Gritsenko wrote: >>From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] >> >>Konstantin Piroumian wrote: >> >> >> >>>Hi! >>> >>>I've found this line in the 'flow' sample: >>> >src="org.apache.cocoon.transformation.AugmentTransformer" >>>mime-type="text/xml" logger="sitemap.transformer.au

Re: cvs commit: xml-cocoon2/src/documentation/xdocs/plan changes-doc.xml

2002-05-31 Thread Diana Shannon
On Thursday, May 30, 2002, at 11:53 PM, David Crossley wrote: > Diana, there are a couple of issues with your commit today > of the changes-doc.xml ... > > *) The devs/person is the developer who is committing the > changes to this document, i.e. Diana Shannon (DS) > > *) The changes-v0 DTD pro

Re: How to implement byte range support?

2002-05-31 Thread Stuart Roebuck
On Friday, May 31, 2002, at 03:58 PM, Vadim Gritsenko wrote: >> From: Stuart Roebuck [mailto:[EMAIL PROTECTED]] >> >> I really need to get byte range support working in Cocoon 2 with the >> ResourceReader as it appears that some audio players just will not >> accept MP3 files if the server does

POI Serializer - IE 6.0 and MS Excel 2000

2002-05-31 Thread Denis Thierry
Hi all, I'm actually using cocoon to generate report as MS Excel doc and I do expirience a strange behaviour. The produced files is sometime opened within IE 6.0 and sometime outside (eg MS Ecel standalone). Is there any logic behind? Genereated files are ont big at all (about few 10ko ...). Doe

RE: How to implement byte range support?

2002-05-31 Thread Vadim Gritsenko
> From: Stuart Roebuck [mailto:[EMAIL PROTECTED]] > > I really need to get byte range support working in Cocoon 2 with the > ResourceReader as it appears that some audio players just will not > accept MP3 files if the server does not provide byte-range support (e.g. > Windows Media Player) even

RE: [C2.1] 'mime-type' in transformer declaration

2002-05-31 Thread Vadim Gritsenko
> From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] > > Konstantin Piroumian wrote: > > >Hi! > > > >I've found this line in the 'flow' sample: > > > > >src="org.apache.cocoon.transformation.AugmentTransformer" > >mime-type="text/xml" logger="sitemap.transformer.augment"/> > > > >Is it really allow

DO NOT REPLY [Bug 9525] - HostSelector cannot select between more than 7 different hosts

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

How to implement byte range support?

2002-05-31 Thread Stuart Roebuck
I really need to get byte range support working in Cocoon 2 with the ResourceReader as it appears that some audio players just will not accept MP3 files if the server does not provide byte-range support (e.g. Windows Media Player) even after I patched Cocoon 2.0.2 to no longer advertise byte-

Sitemap parameters / demo using InputModule

2002-05-31 Thread Christian Haul
On 29.May.2002 -- 04:25 PM, Christian Haul wrote: > > If one would extent the StringConstantModule to hold more than one > constant, or even look at the request object first whether the > parameter should be overridden, one could > > (in cocoon.xconf or wherever components can be declared) > >

DO NOT REPLY [Bug 9539] New: - ResourceReader incorrectly advertises 'byte-range' support

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8639] - Implementations of org.apache.cocoon.components.url cannot be Parameterizable

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8639] - Implementations of org.apache.cocoon.components.url cannot be Parameterizable

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-cocoon2 changes.xml

2002-05-31 Thread vgritsenko
vgritsenko2002/05/31 07:25:15 Modified:.changes.xml Log: ooops... missed one. Revision ChangesPath 1.179 +1 -2 xml-cocoon2/changes.xml Index: changes.xml === RCS file: /home/cvs/xml

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/url URLFactoryImpl.java

2002-05-31 Thread vgritsenko
vgritsenko2002/05/31 07:22:38 Modified:src/java/org/apache/cocoon/components/url Tag: cocoon_2_0_3_branch URLFactoryImpl.java Log: Fix bug #8639: Respect Parameterizable interface on URLFactories Revision ChangesPath No revision

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/url URLFactoryImpl.java

2002-05-31 Thread vgritsenko
vgritsenko2002/05/31 07:22:38 Modified:.Tag: cocoon_2_0_3_branch changes.xml .changes.xml src/java/org/apache/cocoon/components/url URLFactoryImpl.java Log: Fix bug #8639: Respect Parameterizable interface on URLF

DO NOT REPLY [Bug 9538] New: - CachingOutputStream doesn't handle severed connections

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-cocoon2/src/documentation/xdocs/plan changes-doc.xml

2002-05-31 Thread shannon
shannon 2002/05/31 07:08:58 Modified:src/documentation/xdocs/plan changes-doc.xml Log: fixed attribution of xmlform addition Revision ChangesPath 1.9 +3 -3 xml-cocoon2/src/documentation/xdocs/plan/changes-doc.xml Index: changes-doc.xml =

DO NOT REPLY [Bug 8609] - Sub-Sitemap is not reloaded

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8609] - Sub-Sitemap is not reloaded

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/sitemap/java sitemap.xsl

2002-05-31 Thread vgritsenko
vgritsenko2002/05/31 06:59:45 Modified:src/java/org/apache/cocoon/components/language/markup/sitemap/java Tag: cocoon_2_0_3_branch sitemap.xsl Log: Change default reload method for the sub-sitemaps to the "synchron" Revision ChangesPath No

Re: [C2.1] 'mime-type' in transformer declaration

2002-05-31 Thread Sylvain Wallez
Konstantin Piroumian wrote: >Hi! > >I've found this line in the 'flow' sample: > >src="org.apache.cocoon.transformation.AugmentTransformer" >mime-type="text/xml" logger="sitemap.transformer.augment"/> > >Is it really allowed the 'mime-type' attribute in transformer declaration? > > No, this at

[GUMP] Build Failure - xml-cocoon2

2002-05-31 Thread Sam Ruby
[echo] -- [echo] Apache Cocoon 20020531 [1999-2002] [echo] -- [echo] Building with Apache Ant version 1.6alpha compiled on May 31 2002 [echo] using build file

DO NOT REPLY [Bug 5310] - Building with ZIP file version fails in Win98

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5310] - Building with ZIP file version fails in Win98

2002-05-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[C2.1] 'mime-type' in transformer declaration

2002-05-31 Thread Konstantin Piroumian
Hi! I've found this line in the 'flow' sample: Is it really allowed the 'mime-type' attribute in transformer declaration? I've decided to create an up-to-date XML Schema for the sitemap, so I autogenerated a schema from the root sitemap, then consequently improve it by trying to validate diff

Re: images problem in css during build

2002-05-31 Thread Bert Van Kets
At 11:02 31/05/2002 +0200, Nicola Ken Barozzi wrote: >From: "Bert Van Kets" <[EMAIL PROTECTED]> > > > Building my new skin (gosh that sounds weird!) I noticed that due to the > > crawler there is a problem with the images that are used in CSS. > > when doing a build webapp the images are perfectly

Re: Fw: cinclude caching "bug"

2002-05-31 Thread maciejka
On 30 May 2002 at 18:09, Nicola Ken Barozzi wrote: > Another caching insect. > > > - Original Message - > From: "Ulf Sauerland" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 30, 2002 5:33 PM > Subject: cinclude caching "bug" > > > > Hello, > > > > there is a well

Re: images problem in css during build

2002-05-31 Thread Nicola Ken Barozzi
From: "Bert Van Kets" <[EMAIL PROTECTED]> > Building my new skin (gosh that sounds weird!) I noticed that due to the > crawler there is a problem with the images that are used in CSS. > when doing a build webapp the images are perfectly copied, but doing a > build docs they are not. Since there

[Proposal] Cocoon's RepositoryClassLoader

2002-05-31 Thread David Haraburda
Hi, After spending several days mulling over a problem with JNDI and Tomcat and Cocoon, I am writing to suggest that Cocoon's class loading mechanism be looked at and perhaps re-thought. I'll jump right in and describe why I think changes should be made to Cocoon, and I'll include a description

Re: [Proposal] Sitemap parameters

2002-05-31 Thread Christian Haul
On 29.May.2002 -- 04:25 PM, Christian Haul wrote: > On 29.May.2002 -- 04:12 PM, Carsten Ziegeler wrote: > > Konstantin Piroumian wrote: > > > > > > > > Do we need to introduce new special element - - > > > > here? Won't it be better to just declare parameters right inside > > > > element? > > >

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/modules modules.xconf

2002-05-31 Thread haul
haul2002/05/31 00:41:50 Modified:src/java/org/apache/cocoon/components/modules modules.xconf Log: New input module: Provides number of defaults that can be overridden by querying any other input module. Revision ChangesPath 1.4 +16 -9 xml-cocoon2/src/j

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/modules/input DefaultsMetaModule.java EnumerationHelper.java CollectionMetaModule.java

2002-05-31 Thread haul
haul2002/05/31 00:41:19 Modified:src/java/org/apache/cocoon/components/modules/input CollectionMetaModule.java Added: src/java/org/apache/cocoon/components/modules/input DefaultsMetaModule.java EnumerationHelper.java Log: N

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/acting/modular TestAction.java

2002-05-31 Thread haul
haul2002/05/31 00:38:58 Modified:src/java/org/apache/cocoon/acting/modular TestAction.java Log: fix broken defaults Revision ChangesPath 1.4 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/modular/TestAction.java Index: TestAction.java

cvs commit: xml-cocoon2/src/webapp/stylesheets/page simple-page2html.xsl

2002-05-31 Thread haul
haul2002/05/31 00:38:00 Modified:src/webapp/stylesheets/page simple-page2html.xsl Log: add param "path" so that view source can be used from sub-sitemaps. Revision ChangesPath 1.2 +2 -1 xml-cocoon2/src/webapp/stylesheets/page/simple-page2html.xsl Inde

RE: [ROLES]Something changed?

2002-05-31 Thread Stephan Michels
On Thu, 30 May 2002, Carsten Ziegeler wrote: > Stephan Michels wrote > > > > >It seems that the InvokeContext gets the false ComponentManager. but > >doesn't know why. I use the same cocoon.xconf file as the orginal > >installation. > > > >I will be very happy for every help. > > It seems that