xsl-list
[Top] [All Lists]

Re: [xsl] push-pull

2008-03-19 01:28:52
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(_at_)hyperbase(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>