XPath语法备忘

                        XPath语法
                              周银辉

这里有一个不错的语法教程http://www.zvon.org/xxl/XPathTutorial/General_chi/examples.html
另外值得补充的是缩写:

缩写

.

self::node()

..

parent::node()

//

/descendent-or-self::node()/

@

attribute::


关于XPath使用的注意事项可以参考:在使用 XPath 查询 XML 文档时应了解和避免的事情 (Extreme XML)
posted @ 2007-11-27 16:31  周银辉  阅读(1689)  评论(1)    收藏  举报