xmllint - The xmllint program parses XML files. It is useful for detecting errors XML code. See xmlsoft.org/xmllint.html for more informations about xmllint.
This package will lint your opened .xml
files in Atom through xmllint linter.
The changelog lists the changes for each release.
Before using this package, you must 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:
On Linux:
[sudo] apt-get install libxml2-utils
On Windows, the current binary distribution is managed by Igor Zlatkovic (here) and there were some known issues with version 2.9.3 (20903) x86_64. The validation messages did not contain the filename and would not work with this plugin. The instructions below use the 2.7.8 (20708) x86 binary.
Pick a location where to store the required files, e.g. C:\tools\xmllint
.
Browse to ftp://ftp.zlatkovic.com/libxml/ to get the needed files. If the versions are no longer available at root check the oldreleases folder.
Download the following files:
iconv-1.9.2.win32.zip
libxml2-2.7.8.win32.zip
libxslt-1.1.26.win32.zip
zlib-1.2.5.win32.zip
C:\tools\xmllint\- bin- include- lib- share
bin
directory to your path, e.g. C:\tools\xmllint\bin
by callingsetx path %PATH%;C:\tools\xmllint\bin
xmllint --version
to see if it worked.
If it worked you will see the version be (20708).$ apm install linter-xmllint
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.