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