Skip to content

kibook/xml-utils-npp-pythonscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

xml-utils PythonScript interface for Notepad++ - README

General

These are a set of scripts for the PythonScript plugin which provide an interface for using the xml-utils within Notepad++.

Install

Copy the xml-utils directory to the PythonScript user scripts folder, typically %APPDATA%\Notepad++\plugins\config\PythonScript\scripts.

Functions

  • 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.

About

xml-utils PythonScript interface for Notepad++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published