minify-html/debug/diff/c14n
Wilson Lin d427d2753a Implement c14n; minify doctypes; minify viewport tags 2021-08-10 02:56:48 +10:00
..
src Implement c14n; minify doctypes; minify viewport tags 2021-08-10 02:56:48 +10:00
.gitignore Implement c14n; minify doctypes; minify viewport tags 2021-08-10 02:56:48 +10:00
Cargo.toml Implement c14n; minify doctypes; minify viewport tags 2021-08-10 02:56:48 +10:00
README.md Implement c14n; minify doctypes; minify viewport tags 2021-08-10 02:56:48 +10:00

README.md

c14n

Parse HTML from stdin and write a canonical HTML document to stdout. Useful to preprocess documents for diffing:

  • Sort attributes by name.
  • Decode all entities, then re-encode only special characters consistently.
  • Make tag and attribute names lowercase.