diff --git a/xpath.md b/xpath.md index bde2ff0e0..2637e2ee1 100644 --- a/xpath.md +++ b/xpath.md @@ -6,6 +6,21 @@ tags: [Featured] weight: -5 --- +## Testing + +### Xpath test bed + +Test queries in the Xpath test bed:
+[Xpath test bed](http://www.whitebeam.org/library/guide/TechNotes/xpathtestbed.rhtm) _(whitebeam.org)_ + +### Browser console + +```js +$x('//div') +``` + +Works in Firefox and Chrome. + ## Selectors ### Descendant selectors