Re: Bug 4124 StreamGenerator does not preserve XML encoding PI

2001-10-24 Thread kingadziembowska
Hi Carsten, Thanks for application of the patch. Looks OK. Kinga - Original Message - From: "Carsten Ziegeler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2001 8:14 AM Subject: RE: Bug 4124 StreamGenerator does not preserve XML encoding PI >Hi Kinga, >thanks

Re: Documentation: short alternative to @docname@?

2001-10-24 Thread David Crossley
Good one Bernhard - i was just working up my own reply when yours came in. Yes, entities are an obvious choice for any such XML replacement. Ideally these are defined in the DTD. Perhaps they can instead be defined in the "entity catalog" - i am not yet sure. Some other notes ... *) "Samples - E

[PATCH] unable to use params and redirect in views

2001-10-24 Thread Claas Thiele
two missing things in sitemap.xsl: 1. code for component parameter handling will be not generated in views (view-params.patch) 2. missing variable initialization code for use of redirects in views. sitemap will not compile using redirects (view-res.patch) Works fine for us. But I don't know muc

RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/servlet CocoonServlet.java

2001-10-24 Thread Carsten Ziegeler
Hi Berin, just relax. Everything is still working as it was before, you can use the cocoon: and the resource: url inside svg/batik! Why? When using services everything was working fine using the cli, but using cocoon as a servlet (e.g. inside Tomcat) this was not working, as the services file was

RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/servlet CocoonServlet.java

2001-10-24 Thread Morrison, John
Berin, Two questions: 1) Did you get this resolved? 2) Would it be possible to add the cocoon:// protocol to the list? J. > -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 23 October 2001 4:05 pm > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: x

RE: Documentation: short alternative to @docname@?

2001-10-24 Thread Carsten Ziegeler
Some months ago, we decided to everywhere use "Apache Cocoon" instead of simply Cocoon due to another project called "Cocoon". I agree, that the docs look much better if you simply use Cocoon instead of "Apache Cocoon". So a simple solution would be to mention "Apache Cocoon" once in each document

RE: Bug report for Cocoon 2 [2001/10/21]

2001-10-24 Thread Carsten Ziegeler
You can either use the log transformer after the component of which you want to test the output. Or you can use the LoggingSAXConnector (in the cocoon.xconf). This SAXConnector simply logs the xml which is passed from one component to the other in the log. Carsten > -Original Message- >

Problems with C2 and Tomcat 3.3

2001-10-24 Thread Carsten Ziegeler
Hi, does anyone have problems with the latest Tomcat 3.3, too? Everything is working fine, until you change the sitemap. The sitemap is correctly regenerated, but the loading of the compiled class seems not to work. No exception or warning occurs, but after the regeneration the old class is stil

[C2.1][PATCH] litle dokumentation patch

2001-10-24 Thread Klaus Bertram
Hi all, here are a small patch for the .js files they test now if the images are exists bevore he set the .src of another Please use this patch and not the path form yesterday Have fun Klaus documentation.diff - To unsubs

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap XSLTFactoryLoader.java

2001-10-24 Thread cziegeler
cziegeler01/10/24 02:33:04 Modified:src/org/apache/cocoon/sitemap XSLTFactoryLoader.java Log: Fix for IOOBException when pattern is empty Revision ChangesPath 1.11 +14 -11xml-cocoon2/src/org/apache/cocoon/sitemap/XSLTFactoryLoader.java Index: XSLTFactoryLoa

cvs commit: xml-cocoon2/documentation/xdocs/userdocs/transformers i18n-transformer.xml

2001-10-24 Thread cziegeler
cziegeler01/10/24 02:33:30 Modified:.build.xml documentation/xdocs/userdocs/transformers i18n-transformer.xml Log: Added javadocs to site build and fixed links Revision ChangesPath 1.86 +4 -1 xml-cocoon2/build.xml

cvs commit: xml-cocoon2/documentation/xdocs/userdocs/transformers i18n-transformer.xml

2001-10-24 Thread cziegeler
cziegeler01/10/24 02:33:50 Modified:.Tag: cocoon_20_branch build.xml documentation/xdocs/userdocs/transformers Tag: cocoon_20_branch i18n-transformer.xml Log: Added javadocs to site build and fixed links Revision ChangesPath

cvs commit: xml-cocoon2/documentation/stylesheets script-cli.js script.js

2001-10-24 Thread cziegeler
cziegeler01/10/24 03:05:08 Modified:documentation/stylesheets Tag: cocoon_20_branch script-cli.js script.js Log: Java-Script patch Submitted by: Klaus Bertram [[EMAIL PROTECTED]] Revision ChangesPath No revision No

cvs commit: xml-cocoon2/documentation/stylesheets script-cli.js script.js

2001-10-24 Thread cziegeler
cziegeler01/10/24 03:05:32 Modified:documentation/stylesheets script-cli.js script.js Log: Java-Script patch Submitted by: Klaus Bertram [[EMAIL PROTECTED]] Revision ChangesPath 1.2 +2 -2 xml-cocoon2/documentation/stylesheets/script-cli.js Index: script

RE: [PATCH] documentation

2001-10-24 Thread Carsten Ziegeler
Hi Klaus, thanks for your patch, it's applied! Carsten > -Original Message- > From: Klaus Bertram [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 23, 2001 7:43 PM > To: Cocoon dev > Subject: [PATCH] documentation > > > Hi all, > > here a patch for the .js files in the documentati

action executes action

2001-10-24 Thread Torsten Curdt
For some strange reason ;) I'd like to call an action from within an action. The only way I could think of is to obtain a SitemapComponentSelector from the ComponentManager and then select the desired action. Did I miss something or is this the way to go? -- Torsten -

[C2.0rc1] Cocoon installation fails on IONA iPortal App Server

2001-10-24 Thread Piroumian, Konstantin
Hi, C2ers! Did anybody try to install C2.0rc1 on IONA App Server (http://www.iona.com)? Or some other server that does not use Tomcat as a servlet container? I think that before releasing C2.0 it must be tested with most popular J2EE app servers (WebLogic, WebSphere) and results must be documente

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/servlet CocoonServlet.java

2001-10-24 Thread Berin Loritsch
Carsten Ziegeler wrote: > > Hi Berin, > > just relax. Everything is still working as it was before, you > can use the cocoon: and the resource: url inside svg/batik! > Why? > When using services everything was working fine using the cli, > but using cocoon as a servlet (e.g. inside Tomcat) this

found serious bug: Transformer or Parser?

2001-10-24 Thread Enke Michael
Hi people! I found a dirty bug and I don't know where to dig to throw it away. I have translations (I18nTransformer) for "<=" (quotation marks only to clarify here) to "lower or equal" and ">=" to "greater or equal". All right. Now I have included another xsp with util:include-uri also with these

RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/servlet CocoonServlet.java

2001-10-24 Thread Carsten Ziegeler
Morrison, John wrote: > > Berin, > > Two questions: > > 1) Did you get this resolved? > 2) Would it be possible to add the cocoon:// protocol to the list? > The resource: and the context: protocol are independant of the current request (or environment), but the cocoon: protocol is not. You could a

Re: Documentation: short alternative to @docname@?

2001-10-24 Thread Stefano Mazzocchi
Ovidiu Predescu wrote: > You can then define to expand to "Cocoon", and > to "Apache Cocoon". Ehm, you guys, let me ask you one single question: why do you think @xxx@ macro substitution was implemented in Ant? (by me, in case you didn't know). For things like @date@ or @version@ or @location

Re: [C2.1 PATCH] little patch for the fs queue

2001-10-24 Thread Stefano Mazzocchi
Berin Loritsch wrote: > > > I'm starting to like Avalon :-). I had some "start > > problems". > > Once people "get it" they like it. !) Oh, you don't even imagine how happy I am to read this! In my todo list, pretty high up, there is an item about making Cocoon 2.0 documentation ready for fin

[C2.0rc1] Cocoon installation fails on IONA iPortal App Server

2001-10-24 Thread Piroumian, Konstantin
Hi, C2ers! Did anybody try to install C2.0rc1 on IONA App Server (http://www.iona.com)? Or some other server that does not use Tomcat as a servlet container? I think that before releasing C2.0 it must be tested with most popular J2EE app servers (WebLogic, WebSphere) and results must be docu

Re: [IMPORTANT] Good names don't change

2001-10-24 Thread giacomo
On Tue, 2 Oct 2001, Stefano Mazzocchi wrote: Hi folks. I'm back working on the list and as you can see I'm way behind the head of the mails. > As we start taking about new features and new things that might change > the inner workings of Cocoon, we should *not* call this effort Cocoon3, > and we

Re: Documentation: short alternative to @docname@?

2001-10-24 Thread Ovidiu Predescu
Yes, this approach is even better. Ovidiu On Tue, 23 Oct 2001 23:23:08 GMT, "Bernhard Huber" <[EMAIL PROTECTED]> wrote: > Hi > another idea, what about using xml-entities, > defining an xml-entity for each shortcut? > This way the xml-parser would replace the shurt cuts > already. > > - Or

RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/servlet Cocoon Servlet.java

2001-10-24 Thread Morrison, John
Sorry, this email was actually sent _ages_ ago! It's been resolved I believe...? > -Original Message- > From: Morrison, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 24 October 2001 8:48 am > To: '[EMAIL PROTECTED]' > Subject: RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/servle

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/servlet CocoonServlet.java

2001-10-24 Thread Berin Loritsch
"Morrison, John" wrote: > > Berin, > > Two questions: > > 1) Did you get this resolved? Carsten assured me that the functionality was still there, and that it works better and in more situations. > 2) Would it be possible to add the cocoon:// protocol to the list? Write the class, and all wi

Re: Problems with C2 and Tomcat 3.3

2001-10-24 Thread Berin Loritsch
Carsten Ziegeler wrote: > > Hi, > > does anyone have problems with the latest Tomcat 3.3, too? > > Everything is working fine, until you change the sitemap. > The sitemap is correctly regenerated, but the loading of > the compiled class seems not to work. > No exception or warning occurs, but a

Re: Documentation: short alternative to @docname@?

2001-10-24 Thread Michael McKibben
Why not define an entity and use entity ref's in the xml docs (now that there is this cool Catalog support!) I.e. something like &cocoon; Just an idea. Regards, --mike On Tue, 23 Oct 2001, Ovidiu Predescu wrote: > On Tue, 23 Oct 2001 19:43:51 +0200, "Gianugo Rabellino" <[EMAIL PROTECTED]> > w

Re: Documentation: short alternative to @docname@?

2001-10-24 Thread Michael McKibben
oops someone already suggested the same idea. Sorry --mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Problems with C2 and Tomcat 3.3

2001-10-24 Thread Carsten Ziegeler
Hi, does anyone have problems with the latest Tomcat 3.3, too? Everything is working fine, until you change the sitemap. The sitemap is correctly regenerated, but the loading of the compiled class seems not to work. No exception or warning occurs, but after the regeneration the old class is stil

Re: Documentation: short alternative to @docname@?

2001-10-24 Thread Gianugo Rabellino
> > while writing the user documentation I came across quite often to the > > need of writing "Cocoon" instead than "Apache Cocoon" for fluency and > > readability. Since I'm stricly sticking to the use of @docname@ and > > @doctitle@, I'm unwilling to write the "Cocoon" term directly in the > > p

Re: Documentation: short alternative to @docname@?

2001-10-24 Thread Gianugo Rabellino
> instead of "Apache Cocoon". So a simple solution would be to > mention "Apache Cocoon" once in each document (anywhere at the top) > and from that on simply use "Cocoon". Absolutely reasonable and effective. :) > Although I introduced @docname@, @doctitle@ etc, I'm not happy with > them. Accor

Design flaw in Source interface?

2001-10-24 Thread maciejka
I think that there is a deign flaw in Source interface, which precludes implementation of important class of caching transformers. I would like to start explanation of what is wrong with case of caching CIncludeTransformer but everything below holds for whole class of "caching including transform

mailing list

2001-10-24 Thread Gerhard Froehlich
That's odd, I don't get any mails from the apache mailing lists! But I can see them in the MARC! Did you excluded me, too much dumb questions, huh :)) greets gerhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[C2.1][PATCH] DatabaseReader

2001-10-24 Thread Klaus Bertram
Hi all, here are a patch for the DatabaseReader changes: The optional params for expires and content-type are now for database column names if they are not set the sidemap params used so that the DatabaseReader is a litle bit more transparent there was also a term inside Timestamp modif

Design flaw in Source interface?

2001-10-24 Thread maciejka
I think that there is a deign flaw in Source interface, which precludes implementation of important class of caching transformers. I would like to start explanation of what is wrong with case of caching CIncludeTransformer but everything below holds for whole class of "caching including transform