Re: Sitemap globals in XSLT?

2005-06-21 Thread Upayavira
Mark Lundquist wrote: On Jun 19, 2005, at 11:53 PM, Geert Josten wrote: Hi Mark, OK, if I have to use a pipeline for this, I would use the module source, e.g. match pattern=globals/* generate src=module:global:{1} / serialize type=xml / /match That oughta work,

Re: Sitemap globals in XSLT?

2005-06-21 Thread Geert Josten
Well, whilst Cocoon provides a URIResolver, that will only be invoked at runtime. And the whole point of caching is to prevent the runtime stage. Given the contents of a document() function can be dynamic, i.e. could change between requests, there is no way for Cocoon to know which documents

Re: Sitemap globals in XSLT?

2005-06-21 Thread Upayavira
Geert Josten wrote: Well, whilst Cocoon provides a URIResolver, that will only be invoked at runtime. And the whole point of caching is to prevent the runtime stage. Given the contents of a document() function can be dynamic, i.e. could change between requests, there is no way for Cocoon to

Re: Sitemap globals in XSLT?

2005-06-21 Thread Geert Josten
Would using a non-caching pipe 'help' in this case? Yes, it would solve that problem, if potentially causing a performance problem at the same time. That is why i quoted the word help.. :-D - To unsubscribe, e-mail: [EMAIL

Re: Sitemap globals in XSLT?

2005-06-20 Thread Geert Josten
Hi Mark, OK, if I have to use a pipeline for this, I would use the module source, e.g. match pattern=globals/* generate src=module:global:{1} / serialize type=xml / /match That oughta work, right? Ah, never too late to learn something new. Though, this generates

Re: Sitemap globals in XSLT?

2005-06-20 Thread Mark Lundquist
On Jun 19, 2005, at 11:53 PM, Geert Josten wrote: Hi Mark, OK, if I have to use a pipeline for this, I would use the module source, e.g. match pattern=globals/* generate src=module:global:{1} / serialize type=xml / /match That oughta work, right? Ah, never too late

Re: Sitemap globals in XSLT?

2005-06-19 Thread Mark Lundquist
On Jun 18, 2005, at 1:04 AM, Geert Josten wrote: Hi, Anybody know a way to access sitemap globals from within a stylesheet? (That is, w/o passing them in as stylesheet parameters). I'm using Saxon. Any ideas welcome! :-) thx, ml I replied earlier that I used the RequestGenerator to

Re: Sitemap globals in XSLT?

2005-06-18 Thread Geert Josten
Hi, Anybody know a way to access sitemap globals from within a stylesheet? (That is, w/o passing them in as stylesheet parameters). I'm using Saxon. Any ideas welcome! :-) thx, ml I replied earlier that I used the RequestGenerator to get parameters into the stream. Doing so, you can

Sitemap globals in XSLT?

2005-06-17 Thread Mark Lundquist
Hi, Anybody know a way to access sitemap globals from within a stylesheet? (That is, w/o passing them in as stylesheet parameters). I'm using Saxon. Any ideas welcome! :-) thx, ml - To unsubscribe, e-mail: [EMAIL