xmlbase-prop-1.xpath 446 B

1234567891011
  1. <!--
  2. http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-prop-1
  3. Check that implementations of [XML-C14N1.1] work properly when the
  4. xml:base origin appears in the output document subset and also children
  5. with xml:base, which do not require further processing, are also present.
  6. -->
  7. <XPath xmlns:ietf="http://www.ietf.org" >
  8. (//. | //@* | //namespace::*)
  9. [ancestor-or-self::ietf:c14n11XmlBaseDoc1 and not(ancestor-or-self::ietf:e2)]
  10. </XPath>