mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
* Implement C14N 2.0 as a new canonicalize() function in ElementTree. Missing features: - prefix renaming in XPath expressions (tag and attribute text is supported) - preservation of original prefixes given redundant namespace declarations
4 lines
253 B
XML
4 lines
253 B
XML
<dsig:CanonicalizationMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:c14n2="http://www.w3.org/2010/xml-c14n2" Algorithm="http://www.w3.org/2010/xml-c14n2">
|
|
<c14n2:IgnoreComments>true</c14n2:IgnoreComments>
|
|
</dsig:CanonicalizationMethod>
|
|
|