Any online xml formatters? Ones that properly indent the tags.
Or any free Windows text editor which has a built-in xml formatter?
|
Any online xml formatters? Ones that properly indent the tags. Or any free Windows text editor which has a built-in xml formatter? |
|||||
|
|
I use Visual Studio. No, I'm not joking. 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 :) |
||||
|
This should do the trick. |
|||||||||||||||
|
|
I wrote one a while back for fun: http://aaronkarp.com/prettyXML/ |
|||||||||||||||
|
|
Or you can use http://xmltoolbox.appspot.com Its a free online xml formatter. It has a few other features to.
Greetings. Ole Bille. (Creator of the site.) |
|||
|
|
|
|||
|
|
|
Online XML formatter http://x01.co.uk/tools/online-xml-formatter |
|||
|
Vim has an freely downloadable script which might serve your purpose. Oh, and it's a damned fine text editor, too! |
||||
|
|
You should try Pretty Diff. It can handle XML, JSTL, PHP, ASP, and so forth and it is written entirely in JavaScript. |
|||
|
|
|
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. |
|||
|
|
|
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. |
|||
|
|
|
I just came across this post and thought someone may be interested. There is a silverlight xml formatter here at http://www.bytechaser.com/en/resources/tp9h7nivzr/free-online-xml-formatting-tool.aspx It can take a few seconds to load initially but all you do is paste in the xml and set the indentation. I use it for formatting SSIS config files. |
|||
|
|
|
please check this site. it not only has xml formatter also has json formatter. http://www.shell-tools.net/ |
|||
|
|
|
You can try OT's XML formatter, i tried it before, it is so basic but will do the work |
|||
|
|
|
http://xmltoolbox.appspot.com worked for me but most of the others had trouble dealing with inline comments. |
|||
|
|
|
The online XML Editor,XmlGrid.net has an option to display XML file in a nice text view in which the XML code is indented according to the elements level in the DOM tree. You just load you XML file or paste it to the input box. The default view is GridView, so you need to switch to TextView to see the indented source code. Here is the URL for XmlGrid: http://xmlgrid.net |
|||
|
|
|
Try http://developer.wudzub.com/ Free online tool for formatting xml and html. |
|||
|
|
There's XMLSpectrum-FX if you're very particular about formatting in XML - it copes especially well with correcting attribute indentation problems introduced by other editors. The accompanying XSLT 2.0 (which uses text-parsing for lexical preservation) is open source and can be modified to suit different code formatting standards.
This also does syntax-highlighting for blogging or documentation. XMLSpectrum-FX is a JavaFX desktop app - requiring Java 1.7 or later |
|||
|
|