📅  最后修改于: 2020-12-26 06:42:39             🧑  作者: Mango
XSLT
Index | Name | Description |
---|---|---|
1) | select | It specifies the XPpath expression to be evaluated in current context. |
2) | disable-outputescaping | Default-“no”. If “yes”, output text will not escape XML characters from text. |
让我们来看一个示例,以了解XSLT
Employee.xml
Aryan
Gupta
Raju
30000
Sara
Khan
Zoya
25000
Peter
Symon
John
10000
员工.xsl
Employee
ID
First Name
Last Name
Nick Name
Salary
输出: