📅  最后修改于: 2020-11-09 05:54:05             🧑  作者: Mango
以下是
S.No | Name & Description |
---|---|
1 |
Name Name of the key to be used. |
2 |
Match Patterns used to identify a node that holds this key. |
3 |
Use XPath expression to identify the value of the nodes of xml document. |
Number of Occurrences | Unlimited |
Parent elements | xsl:stylesheet |
Child elements | None |
本示例通过遍历每个学生来创建具有属性rollno及其子元素
students.xml
Dinkar
Kad
Dinkar
85
Vaneet
Gupta
Vinni
95
Jasvir
Singh
Jazz
90
students.xsl
Students
Roll No
First Name
Last Name
Nick Name
Marks