bpo-13611: C14N 2.0 implementation for ElementTree by scoder · Pull Request #12966 · python/cpython

added 5 commits

April 20, 2019 11:18
…r in "_elementtree" to make it use the same factories as the ElementTree module, and to make it explicit when the comments/PIs are inserted into the tree and when they are not (which is the default).
…MLParser target in ElementTree.
…ck receives the calls in the right order.
Missing features:
- prefix renaming in XPath expressions (tag and attribute text is supported)
- preservation of original prefixes given redundant namespace declarations

@scoder

…, especially since we don't really know the correct encoding (some files use Latin-1, others UTF-8).

@scoder

@scoder

…se (and use what lxml uses for C14N 1.0).

@scoder

@scoder

@scoder

…its result as text string if not output file is provided.

@scoder

@scoder

@scoder

@scoder

tirkarthi

@scoder

scoder

@scoder scoder deleted the bpo-13611_et_c14n2 branch

May 10, 2019 12:39