Re: [2.1] cinclude using a pipeline as a generator source

2016-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nico, On 5/10/16 4:35 AM, Nico Verwer wrote: > On 7-5-2016 15:10, Christopher Schultz wrote: >> On 5/7/16 7:38 AM, warrell harries wrote: cocoon:// is understood as standard >>> Awesome. I was hoping it would be something simple like that. > You

RE: [2.1] cinclude using a pipeline as a generator source

2016-05-10 Thread warrell Harries
Cocoon 2.1 is a living legend! -Original Message- From: "Nico Verwer" Sent: ‎10/‎05/‎2016 09:35 To: "users@cocoon.apache.org" Subject: Re: [2.1] cinclude using a pipeline as a generator source On 7-5-2016 15:10, Christopher Schultz wrote: On 5/7/16 7:38 AM, w

Re: [2.1] cinclude using a pipeline as a generator source

2016-05-10 Thread Nico Verwer
On 7-5-2016 15:10, Christopher Schultz wrote: On 5/7/16 7:38 AM, warrell harries wrote: cocoon:// is understood as standard Awesome. I was hoping it would be something simple like that. You can use something like src="cocoon://{normalize-path:{request:sitemapURIPrefix}../somewhere/else}/whate

Re: [2.1] cinclude using a pipeline as a generator source

2016-05-09 Thread gelo1234
Hello Chris, >what would happen if I wanted to use a pipeline from >a different sitemap in my URL? Something (conceptually) like this? > >Since I need to remove the "other-foo" to get this to work, how can I >address it? It depends on what version of Cocoon you are using. If pre-block version, u

Re: [2.1] cinclude using a pipeline as a generator source

2016-05-07 Thread warrell harries
That's right. As per directories and XPath... Well done! Just keep tinkering On 7 May 2016 14:10, "Christopher Schultz" wrote: > Warrell, > > On 5/7/16 8:58 AM, Christopher Schultz wrote: > > Warrell, > > > > Thanks for the quick reply! > > > > On 5/7/16 7:38 AM, warrell harries wrote: > >> cocoo

Re: [2.1] cinclude using a pipeline as a generator source

2016-05-07 Thread Christopher Schultz
Warrell, On 5/7/16 8:58 AM, Christopher Schultz wrote: > Warrell, > > Thanks for the quick reply! > > On 5/7/16 7:38 AM, warrell harries wrote: >> cocoon:// is understood as standard > > Awesome. I was hoping it would be something simple like that. > >> Use :/ to go relative to the root > > I

Re: [2.1] cinclude using a pipeline as a generator source

2016-05-07 Thread Christopher Schultz
Warrell, Thanks for the quick reply! On 5/7/16 7:38 AM, warrell harries wrote: > cocoon:// is understood as standard Awesome. I was hoping it would be something simple like that. > Use :/ to go relative to the root I'm having trouble configuring it properly, though. So, my original URL looks

Re: [2.1] cinclude using a pipeline as a generator source

2016-05-07 Thread warrell harries
Hi Chris cocoon:// is understood as standard Use :/ to go relative to the root Xpath rules 😁 On 7 May 2016 12:12, "Christopher Schultz" wrote: All, I've got a Cocoon setup with a pipeline whose transformer contains something like this: https://my-app/get-some-data"; /> Now, the URL includ

[2.1] cinclude using a pipeline as a generator source

2016-05-07 Thread Christopher Schultz
All, I've got a Cocoon setup with a pipeline whose transformer contains something like this: https://my-app/get-some-data"; /> Now, the URL included there is actually coming from Cocoon, and actually I have a certificate that Java doesn't trust, so I get errors about PKI certification paths. I