xmlbase-prop-5.xpath 357 B

1234567891011
  1. <!--
  2. http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-prop-5
  3. Check that implementations of [XML-C14N1.1] properly build the xml:base
  4. if one intermediate level (ietf:e2) without any xml:base attribute is absent
  5. from the document subset.
  6. -->
  7. <XPath xmlns:ietf="http://www.ietf.org" >
  8. (//. | //@* | //namespace::*)
  9. [ancestor-or-self::ietf:e21]
  10. </XPath>