Re: [jxpath] CompiledExpression [was: New features, bug fixes and documentation]

2002-04-27 Thread Ivelin Ivanov
So how does the CompiledExpression differ from a JXPointer? When I needed to cache a dictionary of paths I dused a Map.Entry where the key is the path string (JXPointer.asPath() )and the value is a JXPointer (which has the getValue() setValue() methods). - Original Message - From: "D

Re: [jxpath] CompiledExpression [was: New features, bug fixes and documentation]

2002-04-27 Thread Ovidiu Predescu
On Sun, 28 Apr 2002 00:46:53 -0400, "Dmitri Plotnikov" <[EMAIL PROTECTED]> wrote: > Ovidiu, > > I have added to JXPath the explicit caching you proposed in your earlier > submission: This is great, thank you! > > > > > I've got a small suggestion for an optimization, if > > > > > you don't min

Re: The encoding nightmare with StreamGenerator

2002-04-27 Thread Robert Koberg
Hi Stefano. Is your xsl:output putting out utf-8 or iso? We have the same problem not using cocoon. We use JS to pre-parse for these kinds of things - trial and error... :( best, -Rob Stefano Mazzocchi wrote: >I have a browser that sends a POST request with: > > content-type: application/x

Re: Why so many SocketExceptions thrown by Xalan?

2002-04-27 Thread Peter Royal
On Saturday 27 April 2002 04:45 pm, Stefano Mazzocchi wrote: > Now, the interesting thing is that it seems that Xalan is running it's > own thread. I don't recall seeing thread-forking code for Xalan spin-off > in Cocoon, so I wonder: is this a Xalan thing? yes. > But the *really* weird thing is

The encoding nightmare with StreamGenerator

2002-04-27 Thread Stefano Mazzocchi
I have a browser that sends a POST request with: content-type: application/x-www-form-urlencoded and the hidden field "content" is populated (using client-side javascript) with some xml which looks like this Title è ... the weird "è" text is the UTF-8 encoded value

Why so many SocketExceptions thrown by Xalan?

2002-04-27 Thread Stefano Mazzocchi
People, I'm currently writing a web application on top of Cocoon that requires several callbacks to the server in order to complete the result. A single page is composed of 1 HTML page (xslt-generated, 3 stages) 1 javascript file (xslt-generated, 1 stage) 5 javascript files (just read) 10 i

RE: [SITEMAP] Component declaration

2002-04-27 Thread Vadim Gritsenko
> From: Diana Shannon [mailto:[EMAIL PROTECTED]] > > >> - is it worth making a special target for building a minimal > > Cocoon > >> containing a very minimal set of features? > > > > May be better documenting the process will help. It boils down to just > > couple of steps: > > 1. build clea

Re: [SITEMAP] Component declaration

2002-04-27 Thread Diana Shannon
>> - is it worth making a special target for building a minimal > Cocoon >> containing a very minimal set of features? > > May be better documenting the process will help. It boils down to just > couple of steps: > 1. build clean > 2. rm all optional libs > 3. build -D Of course, improved

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/source URLSource.java

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 11:32:45 Modified:src/java/org/apache/cocoon/components/source URLSource.java Log: optimize imports Revision ChangesPath 1.17 +8 -21 xml-cocoon2/src/java/org/apache/cocoon/components/source/URLSource.java Index: URLSource.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/store StoreJanitorImpl.java

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 11:31:53 Modified:src/java/org/apache/cocoon/components/store StoreJanitorImpl.java Log: fix javadoc Revision ChangesPath 1.12 +5 -6 xml-cocoon2/src/java/org/apache/cocoon/components/store/StoreJanitorImpl.java I

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

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 11:30:50 Modified:src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java Log: fix reloading. why child processors' lifecycle methods are not honored? Revision ChangesPath 1.9 +10 -8 xml-cocoon2/src/j

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

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 11:29:27 Modified:src/java/org/apache/cocoon/servlet CocoonServlet.java Log: fix javadoc Revision ChangesPath 1.21 +1 -6 xml-cocoon2/src/java/org/apache/cocoon/servlet/CocoonServlet.java Index: CocoonServlet.java =

cvs commit: xml-cocoon2/src/webapp/samples sitemap.xmap

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 11:24:45 Modified:src/webapp/samples Tag: cocoon_2_0_3_branch sitemap.xmap Log: fix samples Revision ChangesPath No revision No revision 1.2.2.1 +4 -0 xml-cocoon2/src/webapp/samples/sitemap.xma

cvs commit: xml-cocoon2/src/webapp/samples sitemap.xmap

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 11:23:41 Modified:src/webapp/samples sitemap.xmap Log: fix samples Revision ChangesPath 1.4 +3 -4 xml-cocoon2/src/webapp/samples/sitemap.xmap Index: sitemap.xmap === RC

cvs commit: xml-cocoon2/src/webapp/samples/jsp sitemap.xmap

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 11:22:43 Modified:src/webapp/samples/jsp sitemap.xmap Log: fix samples Revision ChangesPath 1.2 +47 -45xml-cocoon2/src/webapp/samples/jsp/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/webapp/WEB-INF logkit.xconf

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 10:30:43 Modified:src/webapp/WEB-INF logkit.xconf Log: add log targets to sub categories, document logkit features Revision ChangesPath 1.8 +32 -4 xml-cocoon2/src/webapp/WEB-INF/logkit.xconf Index: logkit.xconf

cvs commit: xml-cocoon2/src/webapp/WEB-INF logkit.xconf

2002-04-27 Thread vgritsenko
vgritsenko02/04/27 10:30:02 Modified:src/webapp/WEB-INF Tag: cocoon_2_0_3_branch logkit.xconf Log: add log targets to sub categories, document logkit features Revision ChangesPath No revision No revision 1.6.2.2 +32 -

RE: [SITEMAP] Component declaration

2002-04-27 Thread Vadim Gritsenko
> From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > > Hi, Cocooners! > > A simple question: why in a sub sitemap we need to add if > we add anything to the list? >From the sub sitemap: >From the sitemap.xsl: If you know better way how in XSLT get default component, you could

Re: [SITEMAP] Component declaration

2002-04-27 Thread Diana Shannon
Konstantin: Great idea! > So, my questions are: > - how to remove > - what is the best place for such a template/sample Information about this could exist in different locations within Cocoon's documentation. Several ideas, in order of increasing value to users: - as an Example: te

Re: [input needed] --- documentation questionnaire ---

2002-04-27 Thread Jeremy Quinn
On Sunday, April 21, 2002, at 02:46 , Robert Koberg wrote: > Or, how about something like Double Choco Latte > (http://dcl.sourceforge.com) or some other project management > tool (that has bug tracking)? It is still in beta. We use it > internally and it works well, but it is PHP... Is there

[SITEMAP] Component declaration

2002-04-27 Thread Konstantin Piroumian
Hi, Cocooners! A simple question: why in a sub sitemap we need to add if we add anything to the list? Isn't it possible to inherit components implicitly? I ask this, because in response to multiple user requests for having something simple to start with in Cocoon and also for my colleagues I'd

cvs commit: xml-cocoon2/src/webapp/samples/i18n simple.xml simple.xsp site2html.xsl

2002-04-27 Thread kpiroumian
kpiroumian02/04/27 02:42:13 Modified:src/webapp/samples/i18n simple.xml simple.xsp site2html.xsl Log: Samples fixed to display number formatting. Revision ChangesPath 1.3 +1 -1 xml-cocoon2/src/webapp/samples/i18n/simple.xml Index: simple.xml ===

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation I18nTransformer.java

2002-04-27 Thread kpiroumian
kpiroumian02/04/27 02:40:38 Modified:src/java/org/apache/cocoon/transformation I18nTransformer.java Log: Fixed number formatting PR:7726 Submitted by: Michael Enke ([EMAIL PROTECTED]) Revision ChangesPath 1.16 +6 -3 xml-cocoon2/src/

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

2002-04-27 Thread kpiroumian
kpiroumian02/04/27 02:36:22 Modified:src/java/org/apache/cocoon/acting LocaleAction.java Log: JavaDoc fix Revision ChangesPath 1.9 +3 -8 xml-cocoon2/src/java/org/apache/cocoon/acting/LocaleAction.java Index: LocaleAction.java ===

Re: Creating dynamic content using JSP like Tag implementation

2002-04-27 Thread Konstantin Piroumian
Hi! This looks very similar to what is a transformer doing, except for the using separate classes to handle every tag. And it's also looks like the SAXLet idea, that has been proposed and maybe even implemented a while ago. I've been thinking about reimplementing I18nTransformer using something

Re: Creating dynamic content using JSP like Tag implementation

2002-04-27 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 26 April 2002 5:38 pm, [EMAIL PROTECTED] wrote: > Example configuration: > > class="org.apache.cocoon.components.ExtendedComponentSelector"> > class="org.apache.cocoon.components.ExtendedComponentSelector" > logger="