source:
vbox/trunk/src/libs/libxml2-2.9.14/test/c14n/without-comments/example-7.xpath@
98321
Last change on this file since 98321 was 95312, checked in by , 3 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
1 | <XPath xmlns:ietf="http://www.ietf.org" > |
2 | (//.|//@*|//namespace::*) |
3 | [ |
4 | self::ietf:e1 |
5 | or |
6 | (parent::ietf:e1 and not(self::text() or self::e2)) |
7 | or |
8 | count(id("E3")|ancestor-or-self::node()) = count(ancestor-or-self::node()) |
9 | ] |
10 | </XPath> |
Note:
See TracBrowser
for help on using the repository browser.