atom feed21 messages in com.mulberrytech.lists.xsl-listRe: [xsl] push-pull
FromSent OnAttachments
Jones Mark Mr (ITCS)Mar 18, 2008 7:29 am 
Andrew WelchMar 18, 2008 8:27 am 
Jones Mark Mr (ITCS)Mar 18, 2008 9:32 am 
Martin HonnenMar 18, 2008 9:37 am 
David CarlisleMar 18, 2008 9:37 am 
Jones Mark Mr (ITCS)Mar 18, 2008 10:10 am 
acMar 18, 2008 10:10 pm 
acMar 18, 2008 10:25 pm 
Mukul GandhiMar 19, 2008 1:28 am 
Michael KayMar 19, 2008 2:15 am 
Michael KayMar 19, 2008 2:21 am 
David CarlisleMar 19, 2008 3:01 am 
Patrick BergeronMar 19, 2008 7:17 am 
David CarlisleMar 19, 2008 7:28 am 
Wendell PiezMar 19, 2008 9:44 am 
Michael KayMar 19, 2008 10:21 am 
acMar 19, 2008 10:33 am 
Ken TamMar 19, 2008 9:49 pm 
Dimitre NovatchevMar 19, 2008 10:38 pm 
Dimitre NovatchevMar 20, 2008 6:34 am 
Michael KayMar 20, 2008 7:31 am 
Subject:Re: [xsl] push-pull
From:Mukul Gandhi (gand@gmail.com)
Date:Mar 19, 2008 1:28:06 am
List:com.mulberrytech.lists.xsl-list

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@hyperbase.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