Re: [xsl] push-pull

Subject: Re: [xsl] push-pull
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Wed, 19 Mar 2008 13:58:29 +0530
Push or pull behaviour will be decided depending on how you call the template.

I think, if you call with <xsl:apply-templates it will be push, and
when you call with <xsl:call-template, it will be pull.

On 3/19/08, ac <ac@xxxxxxxxxxxxx> wrote:
> Hi,
>
> What is the best way for an xslt2 template declared like this, for example:
> <xsl:template name="pull" match="*" mode="push">...
> to know or recognize when it is pulled or pushed.
> (called by name or invoked by match and mode)?
>
> Thanks,
> ac


-- 
Regards,
Mukul Gandhi

Current Thread