SublimeLinter / SublimeLinter-xmllint

SublimeLinter 3 plugin for XML, using xmllint.
MIT License
29 stars 6 forks source link

No xmllint messages, #2

Closed carlosfrodriguez closed 10 years ago

carlosfrodriguez commented 10 years ago

Hi I have a wrong XML file, the initial tag has no ending tag at the end of the file and SublimeLinter does not show any error,

This is the console output, that looks OK

SublimeLinter: xmllint: BursatecStats.xml ['/usr/bin/xmllint', '--noout', '-'] 
SublimeLinter: xmllint output:
-:70: parser error : Premature end of data in tag book line 7

^ 

This are my settings

"linters": {
            "jslint": {
                "@disable": false,
                "args": [],
                "excludes": []
            },
            "perl": {
                "@disable": false,
                "args": [
                    "-w",
                    "-I/Users/Carlos/Dev/OTRS/otrs_head",
                    "-I/Users/Carlos/Dev/OTRS/otrs_head/Kernel/cpan-lib",
                    "-I/Users/Carlos/Dev/OTRS/otrs_3_3",
                    "-I/Users/Carlos/Dev/OTRS/OTRSCustomerPortal",
                    "-I/Users/Carlos/Dev/OTRS/FAQ",
                    "-I/Users/Carlos/Dev/CustomerDev/Bursatec/BursatecStats"
                ],
                "excludes": []
            },
            "perlcritic": {
                "@disable": false,
                "args": [
                    "--stern"
                ],
                "excludes": []
            },
            "xmllint": {
                "@disable": false,
                "args": [],
                "excludes": []
            }
        },

As you can see, nothing special for xmllint.

Can you help me? any clue?

Thanks in Advance!

((enjoy)) cr

aparajita commented 10 years ago

Fixed in 1.0.7.