📅  最后修改于: 2020-12-26 06:44:36             🧑  作者: Mango
XSLT
在XSL文件的
Index | Name | Description |
---|---|---|
1) | select | It is used for sorting key of the node. |
2) | lang | It specifies language alphabet used to determine sort order. |
3) | data-type | It specifies data-type of the text. |
4) | order | It is used to specify the sorting order. By default sorting order is ascending order. |
5) | case-order | It is used to specify sorting order of string by capitalization. Default is “upper-first”. |
让我们以创建一个
Employee.xml
Aryan
Gupta
Raju
30000
Sara
Khan
Zoya
25000
Peter
Symon
John
10000
员工.xsl
Employee
ID
First Name
Last Name
Nick Name
Salary
输出:
注意:上表按姓氏排序。