Re: Cocoon Sparql Transformer ?

2008-03-04 Thread Chabot Bernard
Thank you very much Nico, that's exacly what I'm looking for ... Bernard On Tue, Feb 26, 2008 at 4:53 PM, netBrackets [EMAIL PROTECTED] wrote: Hello, We've built just such an engine complete with a model integration framework here at Boeing. Works great, but don't think I'll be at liberty

Re: 2.1.9 - Internationalization transformer (i18n)

2008-03-04 Thread solprovider
The location attribute should specify a Source -- any protocol should work. (See my recent post about discovering which protocols are valid.) So the catalogue definitions could include: location=http://example.com/catalog_en.xml; (website) location=cocoon://translation/catalog_en.xml (Cocoon

Re: image caching

2008-03-04 Thread Joerg Heinicke
On 04.03.2008 09:04, Lehtonen, Mika wrote: I have pipeline which produces pdfs (with fop 0.20 or 0.94 or newer) using XML-data and images. In xsl I have multiple 'fo:external-graphics'-tags. While creating my pdfs I normally have to edit my images. But after the first time the image is

Re: Sitemap pipelines

2008-03-04 Thread solprovider
I created the DeepestSourceFactory. The code is available at: http://solprovider.com/lenya/deepestsource I only spent a couple hours so this is unlikely to be the best possible implementation . The final examples on the webpage could be part of what your solution. solprovider On 3/4/08, Alec

Re: Sitemap pipelines

2008-03-04 Thread Joerg Heinicke
On 27.02.2008 08:02, Alec Bickerton wrote: As far as I can see, It I use the following ,Then the pipeline in the sitemap in the customer1 directory will be entered. map:match pattern=customer1/**/ map:mount uri-prefix=customer1 src=customer1/sitemap.xmap check-reload=yes

Re: image caching

2008-03-04 Thread Lehtonen, Mika
Actually, in this application, I am using continuations. Could it cause the caching of the pdf? I have another little similar application, which fetches the image using http request and don't use continuations. I haven't found any caching problems in it. I am just not sure if these are

Re: NTLM with the authentication framework cocoon 2.2

2008-03-04 Thread Reinhard Poetz
rossputin wrote: Hi, has anyone done any work on integrating NTLM support with cocoon-auth in cocoon 2.2. Or does anyone know of any documentation on it? Everything is working great with auth from a DB, but now I need to play with windows integration. IIUC you have to implement your own

Re: Is there an url wildcard selector (equivalent)

2008-03-04 Thread solprovider
Are you aware that pipelines can be nested? http://solprovider.com/lenya/nesting map:match pattern=** map:match pattern=**/C/** !-- Pattern contains /C/ -- map:generate src=FoundC.xml/ map:serialize type=xml/ /map:match !-- Pattern does not contain C -- map:generate

Re: Is there an url wildcard selector (equivalent)

2008-03-04 Thread Rainer Pruy
Thanks, yes, I am aware of nesting. To get closer to my question, just assume (may not have been stated clearly by me with initial post): - the condition does not contain C is not stated easily in terms of wildcard (just consider: what is the not of pattern **/special treatment_area/** and