Skip to main content

XML Path Language (XPath)

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 31 people (-33 private), first by anonymouse user on 2006-03-02


Public Sticky notes

XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer.

Highlighted by cmccooey

XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer.

Highlighted by cmccooey

ancestor::div selects all div ancestors of the context node

Highlighted by amiigo