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
|