ELEMENT: xsl:param
http://msdn2.microsoft.com/zh-cn/library/ms256096(VS.80).aspx
http://www.devguru.com/Technologies/xslt/quickref/xslt_element_param.html
We can think xsl:template is a function, the xsl:param is the parameter. It will provide more control to template.
ELEMENT: xsl:variable
http://www.devguru.com/Technologies/xslt/quickref/xslt_element_variable.html
http://msdn2.microsoft.com/zh-cn/library/ms256447(VS.80).aspx
本文详细介绍了XSLT中的xsl:param元素和xsl:variable元素的作用及使用方法。xsl:param作为模板的参数提供了更多的控制能力,而xsl:variable则用于定义可在样式表中复用的表达式。
348

被折叠的 条评论
为什么被折叠?



