📅  最后修改于: 2020-11-09 05:39:40             🧑  作者: Mango
XPath在要与XPath表达式一起使用的节点上定义以下通配符。
S.No. | WildCard & Description |
---|---|
1 |
* used to match any node. |
2 |
. used to match the current node in context. |
3 |
@* used to match any attribute |
4 |
node() used to match node of any type |
本示例通过遍历每个学生来创建带有其详细信息的
Dinkar
Kad
Dinkar
85
Vaneet
Gupta
Vinni
95
Jasvir
Singh
Jazz
90
Students
First Name:
Last Name:
Nick Name:
Marks: