vote up 3 vote down star

Any online xml formatters? Ones that properly indent the tags.

Or any free Windows text editor which has a built-in xml formatter?

flag

8% accept rate
Pretty close: 'Is there a text editor that formats XML files nicely?' stackoverflow.com/questions/932283/… and 'Free XML Formatting tool', stackoverflow.com/questions/193728/… - except these don't cover the "online formatter" part. – Jonik Jun 24 at 17:20

7 Answers

vote up 4 vote down check

I use Visual Studio. No, I'm not joking. I'm not sure if it is in the Express-versions of Visual Studio and thus qualifies as free.

Pasting a XML-string into an XML-document under VS just indents it mighty fine. As needed by me sometimes :)

link|flag
vote up 7 vote down

This should do the trick.

http://www.shell-tools.net/index.php?op=xml_format

kAra =>

link|flag
Looks to me like this is the only good answer to the original question. Thanks kAra. – MikeNereson Aug 5 at 15:58
That did the trick, thanks! – Virat Kadaru Nov 2 at 17:39
vote up 3 vote down

Vim has an freely downloadable script which might serve your purpose. Oh, and it's a damned fine text editor, too!

link|flag
vote up 2 vote down

XML Notepad 2007

  • Tree View synchronized with Node Text View for quick editing of node names and values.

  • Incremental search (Ctrl+I) in both tree and text views, so as you type it navigates to matching nodes.

  • Cut/copy/paste with full namespace support.

  • Drag/drop support for easy manipulation of the tree, even across different instances of XML Notepad and from the file system.

  • Infinite undo/redo for all edit operations.

  • In place popup multi-line editing of large text node values.

  • Configurable fonts and colors via the options dialog.

  • Full find/replace dialog with support for regex and XPath.

  • Good performance on large XML documents, loading a 3mb document in about one second.

  • Instant XML schema validation while you edit with errors and warnings shown in the task list window.

  • Intellisense based on expected elements and attributes and enumerated simple type values.

  • Support for custom editors for date, dateTime and time datatypes and other types like color.

  • Handy nudge tool bar buttons for quick movement of nodes up and down the tree.

  • Inplace HTML viewer for processing xml-stylesheet processing instructions.

  • Built-in XML Diff tool.

  • Support for XInclude

  • Dynamic help from XSD annotations.

  • Goto definition to navigate includes and XSD schema information.

link|flag
vote up 1 vote down

My new favorite text editor under windows is jEdit. It has a plug-in based architecture, and I believe XML indentation requires a plug-in, but plug-in installation is a breeze. Check it out. It also does indentation and syntax highlighting for countless other languages.

link|flag
vote up 0 vote down

My favourite freeware editor - PSPad - does that just fine. It even includes Tidy, so you can specify exactly how you want your XML to be formatted.

link|flag
vote up 0 vote down

Online XML formatter http://x01.co.uk/tools/online-xml-formatter

link|flag

Your Answer

Get an OpenID
or

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