Skip to content

Instantly share code, notes, and snippets.

@markshust
Created July 30, 2014 14:44
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markshust/2cee3dd991bafc90e161 to your computer and use it in GitHub Desktop.
Save markshust/2cee3dd991bafc90e161 to your computer and use it in GitHub Desktop.
Search Magento local codePool for invalidly formatted XML
find app/code/local/ -type f -name "*.xml" -exec xmllint --noout {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment