Update xpath

This commit is contained in:
Rico Sta. Cruz 2015-04-17 15:51:15 +08:00
parent ea76b24ce8
commit 4610903e23
1 changed files with 10 additions and 9 deletions

View File

@ -32,6 +32,7 @@ layout: default
| --- | --- | |
| `a[href^='/']` | `//a[starts-with(@href, '/')]` | [?](#string-functions) |
| `a[href$='pdf']` | `//a[ends-with(@href, '.pdf')]` | |
| `a[href~='://']` | `//a[contains(@href, '://')]` *...kinda* | |
{:.greycode.no-head}
### Order selectors