Skip to content

Instantly share code, notes, and snippets.

@jkuhnert
Created July 24, 2014 18:25
Show Gist options
  • Save jkuhnert/481dfb99f4e07dd1cec0 to your computer and use it in GitHub Desktop.
Save jkuhnert/481dfb99f4e07dd1cec0 to your computer and use it in GitHub Desktop.
How to diff two xml files..
$ xmllint --c14n one.xml > 1.xml
$ xmllint --c14n two.xml > 2.xml
$ diff 1.xml 2.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment