Tag
Hash :
83868247
Author :
Date :
2009-07-09T10:26:22
Aleksey Sanin support for c14n 1.1 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1, new flags at the API level * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI tools and test binaries * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*: add a new batch of tests
<!--
http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-prop-1
Check that implementations of [XML-C14N1.1] work properly when the
xml:base origin appears in the output document subset and also children
with xml:base, which do not require further processing, are also present.
-->
<XPath xmlns:ietf="http://www.ietf.org" >
(//. | //@* | //namespace::*)
[ancestor-or-self::ietf:c14n11XmlBaseDoc1 and not(ancestor-or-self::ietf:e2)]
</XPath>