[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] alternative for modes


Subject: RE: [xsl] alternative for modes
From: "Peter Billen" <peter@xxxxxxxxxxx>
Date: Thu, 12 Feb 2004 15:35:21 +0100

This is not possible I think, since the general template calls the other
template on a particular order (based on the calculation in the general
template), so I don't think it's possible in this situation.

Thanks for the tip,

Peter

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Jeni Tennison
Sent: donderdag 12 februari 2004 12:41
To: Peter Billen; xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] alternative for modes

Hi Peter,

> As I mentioned above, 'generalTemplate' can be called on several
> places in the template, because everytime I need the same
> calculations, ... on the 'root'-tag. But each time (in every other
> place), I actually need different manipulations on the 'child'-tag.

Just a thought, but depending on what the general template is doing,
it might be that you can turn around the processing, so that instead
of calling the general template with a parameter specifying the mode,
you apply templates in the specific mode and those templates call the
general template as appropriate to perform the necessary calculations.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread