Sha256: 93dc88c9f64bd5e85df327380c8b73a3b96b7a1bf195baaec217abbfa3a19b09

Contents?: true

Size: 261 Bytes

Versions: 30

Compression:

Stored size: 261 Bytes

Contents

<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>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
libxml-ruby-3.2.2-x64-mingw-ucrt test/c14n/given/example-8.xpath
libxml-ruby-3.2.2 test/c14n/given/example-8.xpath
libxml-ruby-3.2.1-x64-mingw32 test/c14n/given/example-8.xpath
libxml-ruby-3.2.1 test/c14n/given/example-8.xpath
libxml-ruby-3.2.0 test/c14n/given/example-8.xpath
libxml-ruby-3.2.0-x64-mingw32 test/c14n/given/example-8.xpath
libxml-ruby-3.1.0-x64-mingw32 test/c14n/given/example-8.xpath
libxml-ruby-3.1.0 test/c14n/given/example-8.xpath
libxml-ruby-3.0.0-x64-mingw32 test/c14n/given/example-8.xpath
libxml-ruby-3.0.0 test/c14n/given/example-8.xpath