Select only the text content of an element (not the tags) and run the conversion. It leaves tags untouched. 5. XPath Evaluation (Query XML Like a Database) Menu Path: XML Tools > XPath Evaluation... Shortcut: Ctrl + Alt + Shift + X
This allows you to apply an XSLT stylesheet to your current XML document. Notepad++ will ask for the .xsl or .xslt file and then open the transformation result in a new tab. xml tools plugin for notepad++
The & is not allowed. The plugin converts it to: <link url="https://example.com/?id=123&name=John" /> Select only the text content of an element
Convert XML encoding to < does the reverse – turning & back to & for human readability. XPath Evaluation (Query XML Like a Database) Menu
Type <name> → the plugin can auto-insert </name> when you type </ (depending on settings).
The inverse of pretty print. Removes all non-significant whitespace. Produces a single line of XML.