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 则用于定义可以在XSLT转换过程中使用的变量。
348

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



