If you like to add a XML beautifier to the TextWrangler Editor, create this script (name it ‚XML Tidy.sh‘) in the Filters Folder (script menu>Unix Filters>Open Filters Folder):
#!/bin/sh xmllint --format "$1"
If you like to add a XML beautifier to the TextWrangler Editor, create this script (name it ‚XML Tidy.sh‘) in the Filters Folder (script menu>Unix Filters>Open Filters Folder):
#!/bin/sh xmllint --format "$1"