October 2018
Beginner
114 pages
2h 36m
English
To select unknown/undefined nodes, it's good to use wildcards.
The following table shows some sample Xpath expressions and the results related to those expressions:
| Path Expression | Result |
|---|---|
| /publisher/* | This expression is used for selecting all of the child element nodes of publisher. |
| //* |
This expression is used for selecting all of the elements. |
| //title[@*] | This expression is used for selecting all of the title elements that have at least one kind of attribute. |
Read now
Unlock full access