merlin-c14n-two-06.xpath

来自「linux下的xml库」· XPATH 代码 · 共 11 行

XPATH
11
字号
<?xml version="1.0"?><XPath xmlns:bar="http://example.org/bar" xmlns:baz="http://example.org/baz" xmlns:foo="http://example.org/foo" xml:lang="en-ie">    (//. | //@* | //namespace::*)     [               <!-- only namespace nodes -->              ancestor-or-self::bar:Something  and              (count(parent::node()/namespace::*)  =               count(parent::node()/namespace::* | self::node()))    ]</XPath>

⌨️ 快捷键说明

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