xsl-list
[Top] [All Lists]

[xsl] Order of call-template

2012-06-22 18:13:50
I have the following code in my xslt. Will it guarantee the first call-template 
to be executed before the second one?

<outcode>
<xsl:call-template name="getOutcode">
<xsl:with-param name="zip" select="'10001"/>
<xsl:with-param name="id" select="1"/>
</xsl:call-template>
</outcode>
<incode>
<xsl:call-template name="getIncode">
<xsl:with-param name="zip" select="'10001'"/>
<xsl:with-param name="id" select="2"/>
</xsl:call-template>
</incode>

Thanks!

Ming

--~------------------------------------------------------------------
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>