commit | e5aa5453769a682192ead8b1203e4096879ecacd | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Mon Mar 01 17:31:53 2010 -0800 |
committer | Jesse Wilson <jessewilson@google.com> | Mon Mar 01 19:03:40 2010 -0800 |
tree | a24b7e8dc25144d3065ed1176326a6b04942d838 | |
parent | ad71aa2046502db784a8c861b30b11ddf88044f1 [diff] |
Implementing almost all of Document.normalizeDocument(). This follows the rules specified by DOMConfiguration. In particular: - replacing CDATA nodes with text - splitting CDATA nodes - merging text nodes - stripping comments - detecting invalid characters I haven't added the normalization code for XML validation or namespaces.