These are a set of scripts for the PythonScript plugin which provide an interface for using the xml-utils within Notepad++.
Copy the xml-utils
directory to the PythonScript user scripts folder,
typically %APPDATA%\Notepad++\plugins\config\PythonScript\scripts
.
-
Format
-
Format XML
Pretty-print the XML in the current buffer.
-
-
Transform
-
Apply XSL transformation (preserve DTD)
Apply an XSL transform script to the document, preserving the original DTD.
-
Apply XSL transformation
Apply an XSL transform script to the document.
-
-
Trim
-
Trim whitespace
Trim whitespace within specified elements.
-
-
Validate
-
Check against schema
Validate the document against its schema.
-