0
<xsl:apply-templates
select="$tempPosterItemNodeSet/CurrentPosterItemCollection/PosterItem"
mode="PosterItem">
<xsl:sort
select="$tempPosterItemNodeSet/CurrentPosterItemCollection/PosterItem/Property[@name='WidgetID']"
data-type="number"/>
</xsl:apply-templates>
我需要xslt排序我傳遞給我在上面的示例中的模板的節點集。XSL排序功能
任何人都可以告訴我如何排序上述xsl邏輯?
XSL教程:http://www.w3schools.com/xsl/el_sort.asp – 2010-08-07 14:23:34