ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sublime​Linter-xmllint

by SublimeLinter ST3

SublimeLinter 3 plugin for XML, using xmllint.

Details

  • 1.0.10
  • github.​com
  • github.​com
  • 6 years ago
  • 49 minutes ago
  • 10 years ago

Installs

  • Total 55K
  • Win 27K
  • Mac 18K
  • Linux 10K
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12
Windows 0 2 2 2 3 3 1 3 3 1 3 7 2 1 4 3 3 3 1 2 5 2 6 3 2 2 2 1 2 2 2 5 6 0 3 5 3 8 4 4 2 1 4 1 2 5
Mac 0 2 4 4 1 0 0 3 3 2 3 3 0 1 2 2 4 3 0 0 4 1 3 5 1 3 2 3 1 4 4 3 6 1 1 2 6 4 4 5 1 0 4 6 5 4
Linux 0 2 0 1 2 0 0 1 2 1 1 2 2 2 0 1 2 0 1 0 1 3 2 4 3 1 1 0 1 0 2 2 2 0 0 0 2 0 0 0 0 1 1 2 0 2

Readme

Source
raw.​githubusercontent.​com

SublimeLinter-xmllint

This linter plugin for SublimeLinter provides an interface to xmllint. It will be used with files that have the “XML” syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Before using this plugin, ensure that xmllint is installed on your system. On recent versions of Mac OS X, xmllint comes pre-installed. To install xmllint on other platforms, do the following:

  1. On Linux:

    [sudo] apt-get install libxml2-utils
    
  2. On Windows, either follow the instructions here. There is another version on code.google.com, but that version is incompatible with this plugin. A much quicker, easier and robust solution is to use Chocolatey to install xsltproc which also installs xmllint (and all other required utilities):

    $ choco install xsltproc
    

Please make sure that the path to xmllint is available to SublimeLinter. The docs cover troubleshooting PATH configuration.

Settings

xmllint has many possible command line arguments (“args”) which may be passed via the Linter settings.