RE: [xsl] Using mode to override templates

Subject: RE: [xsl] Using mode to override templates
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 3 Jul 2002 16:37:21 +0100
You will have to be patient, it's not your birthday yet.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Marrow
> Sent: 03 July 2002 15:33
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] Using mode to override templates
> 
> 
> Hi Michael,
> 
> >> I've occasionally run into cases where I wished it was possible to 
> >> specify a list of modes on a template, something like 
> mode="print | 
> >> display".
> >
> >There may be a birthday present for you soon...
> 
> How would "no mode" be handled?
> 
> That's our birthday present sorted - any chance of a 
> Christmas present too :) ...
> 
> A wild-card for mode, e.g.
>   <xsl:template ... mode="*">
> 
> AVTs on caller mode, e.g.
>   <xsl:apply-templates ... mode="{expr}"/>
> 
> Ability to get at current mode (so it can be persisted down), e.g.
>   <xsl:template ... mode="*">
>     ...
>     <xsl:apply-templates ... mode="{current-mode()}"/>
> 
> This would give the ability to funnel into certain templates 
> and then apply out again in the caller's orginal mode - would 
> save repeating common code.
> 
> Cheers
> Marrow
> 
> 
> -----Original Message-----
> From: Michael Kay <michael.h.kay@xxxxxxxxxxxx>
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Date: 03 July 2002 15:20
> Subject: RE: [xsl] Using mode to override templates
> 
> 
> >> I've occasionally run into cases where I wished it was possible to 
> >> specify a list of modes on a template, something like 
> mode="print | 
> >> display".
> >
> >There may be a birthday present for you soon...
> >
> >Michael Kay
> >Software AG
> >home: Michael.H.Kay@xxxxxxxxxxxx
> >work: Michael.Kay@xxxxxxxxxxxxxx
> >
> >
> > XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
> 
> 
>  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