up vote 1 down vote favorite
share [g+] share [fb]

I've opened an XML file in emacs, and it's the output from a web request so it's just in one long line. Can I execute a command to format it into a tree structure?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Mark the region you want to format and call M-x sgml-pretty-print

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.