Xml Tools Plugin For Notepad++ [better] -

XML Tools > Configuration...

Convert an XML invoice into an HTML invoice for preview. Or transform XML to CSV for Excel. xml tools plugin for notepad++

You paste a URL: https://example.com/?id=123&name=John inside an XML attribute: <link url="https://example.com/?id=123&name=John" /> – Invalid! XML Tools &gt; Configuration

Master these six operations: . Once they become second nature, you will debug XML faster than your colleagues using heavy editors. XML Tools &gt

Unlike line-based commenting in programming languages (e.g., // in C++), XML uses block comments: <!-- comment --> .

The & is not allowed. The plugin converts it to: <link url="https://example.com/?id=123&name=John" />