Is there a way to use TextWrangler to clean-up / tidy messy XML ?
- by MW
I don't need it to validate ( though that would be nice I don't think text wrangler does this) but to clean up messy .xml.
example this ...
<some><foo>
bar</foo></some>
to ...
<some>
<foo>bar</foo>
</some>
thanks -MW