Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-11-10 Thread Christian Kurz
- Original Message - From: Hunsberger, Peter To: '[EMAIL PROTECTED]' Sent: Monday, October 21, 2002 2:56 PM Subject: RE: ServerPageAction: XMLFragment reuse in XSL transformer That should work. I don't know ifit is much (any?) more efficient thanusing

Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-19 Thread Christian Kurz
, Christian - Original Message - From: ROSSEL Olivier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 18, 2002 8:49 AM Subject: RE: ServerPageAction: XMLFragment reuse in XSL transformer May be you can try to import a XML fragment via the document() XSL function. Calling

Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-19 Thread Christian Kurz
rs, Cocoon: Building XML Applications by Matthew Langham and Carsten Ziegeler, p. 182. - Original Message - From: Hunsberger, Peter To: '[EMAIL PROTECTED]' Sent: Friday, October 18, 2002 4:23 PM Subject: RE: ServerPageAction: XMLFragment reuse in XSL transformer

Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread Christian Kurz
: RE: ServerPageAction: XMLFragment reuse in XSL transformer There's probably about half a dozen ways to do this. Perhaps one of the simplest is just to create your own caching generator and use aggregation (with any other XML you may need)in the pipeline. In the generator

RE: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread ROSSEL Olivier
:42 À: [EMAIL PROTECTED] Objet: Re: ServerPageAction: XMLFragment reuse in XSL transformer Thank you very much for the quick feed-back! The idea sounds great and is a lot cleaner, than fiddling something in some XSL extension. I am not sure about the cachaebility: the XMLFragment specifying, which

RE: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread Hunsberger, Peter
There's probably about half a dozen ways to do this. Perhaps one of the simplest is just to create your own caching generator and use aggregation (with any other XML you may need)in the pipeline. In the generator you'll need to implement the setup method to see the objectModel, something

RE: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread Hunsberger, Peter
how to do that (and if it's even possible)... -Original Message-From: Christian Kurz [mailto:[EMAIL PROTECTED]]Sent: Friday, October 18, 2002 1:42 AMTo: [EMAIL PROTECTED]Subject: Re: ServerPageAction: XMLFragment reuse in XSL transformer Thank you very much for the quick feed-back! The idea so