example-7.xpath

来自「一套XML解析库」· XPATH 代码 · 共 10 行

XPATH
10
字号
<XPath xmlns:ietf="http://www.ietf.org" >    (//.|//@*|//namespace::*)    [	self::ietf:e1	    or	(parent::ietf:e1 and not(self::text() or self::e2))	    or	count(id("E3")|ancestor-or-self::node()) = count(ancestor-or-self::node())    ]</XPath>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?