

Restart npp and verify TextFX -> TextFX HTML Tidy -> Tidy: Reindent XML works.

Note that you need administrator privileges to do that. Right click Config folder -> Properties -> Security tab -> select Users, click Edit -> check Full control to allow read/write access. (credits: libtidy.dll by pasting the Config folder from an old npp package: Follow instructions in this answer.Īfter having a Config folder in your latest npp installation destination (typically C:\Program Files (x86)\Notepad++\plugins), npp needs write access to that folder. After a restart of npp, the menu ‘TextFX’ should be visible. Install TextFX plugin: Plugins -> Plugin Manager -> Show Plugin Manager. I’ll put a summary of all my actions once and for all. Excel provides an auto-export of the stylesheet into the XML format. xml or in the save as type list select XML data and click save. In the file name box, type a name for XML data file ends with. Click File > SaveAs and select the file location where you want to save the file. So I google for a solution, come to this thread, then with the help of few more so threads I finally fix it. To save your XML file in Notepad editor, press Ctrl+S. Well-formed XML is an XML document which follows some rules specified by W3C.It’s been the third time that I install Windows and npp and after some time I realize the tidy function no longer work. If an XML document is parsed by an XML parser and some irregularities are found, it generates some errors and it is then denoted as an XML file, which is not a well-formed XML document. To check whether an XML document is well-formed or not, you have to use an XML parser.Īn XML parser is a Software Application, which introspects an XML document and stores the resulting output in memory. So, the root element of an xml document is an element which is present only once in an xml document and it does not appear as a child element within any other element.

