轴
-
XPath的轴(axis)是什么?如何选择父节点?
选择父节点使用parent轴或其缩写..,例如当前节点为 时,..或parent::book可选中其父节点;在复杂表达式中可结合属性选取如//book/title/parent::book/@isbn;..更简洁常用;其他常用轴包括child、ancestor、descendant、followin…
选择父节点使用parent轴或其缩写..,例如当前节点为 时,..或parent::book可选中其父节点;在复杂表达式中可结合属性选取如//book/title/parent::book/@isbn;..更简洁常用;其他常用轴包括child、ancestor、descendant、followin…