merlin-c14n-two-17.xpath
来自「一套XML解析库」· XPATH 代码 · 共 13 行
XPATH
13 行
<?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::*) [ <!-- no namespace nodes but the default on alternate elements --> ancestor-or-self::bar:Something and (self::text() or (namespace-uri() != "") or ((name() = "") and ((count(ancestor-or-self::node()) mod 2) = 1))) ]</XPath>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?