|
|
|
| Querying a DOM Document with XPath |
in Tech Notes |
| by admin on 28 Apr 2008, 08:54 | Read admin's Blog |
| Total Hits: 37 Comments: 0 Querying a DOM Document with XPath
One way to access the DOM tree in a DOMDocument object is through an associated DOMXPath object. Identifying a specifi c node or nodes within the DOM tree of a DOMDocument object with this approach involves use of appropriate XPath expressions passed to the DOMXPath object as parameters. Read Complete Article | |
| |