Search This Blog

Friday, January 14, 2011

Notepad++ - automatic parsing of malformatted XMLs

Notepad++ comes with a handy feature of formating XMLs. To format an XML go to:
TextFX -> HTML Tidy menu


If you don't have such a menu you need to add the following lines to your
C:\Program Files\Notepad++\plugins\NPPTextFX\tidycfg.ini file:

;sample config file for HTML tidy from http://www.w3.org/People/Raggett/tidy/
[Sample from Web Page]
indent: auto
indent-spaces: 2
wrap: 72
markup: yes
output-xml: yes

1 comment:

If you like this post, please leave a comment :)