{"id":16796966,"url":"https://github.com/johnrom/sublime-xmllint","last_synced_at":"2025-08-25T19:04:07.685Z","repository":{"id":4589783,"uuid":"5732097","full_name":"johnrom/sublime-xmllint","owner":"johnrom","description":"Sublime package for validating XML based on LibXML2 and sublime-jslint","archived":false,"fork":false,"pushed_at":"2012-10-01T21:10:57.000Z","size":1267,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-26T13:48:29.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnrom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-08T20:53:28.000Z","updated_at":"2014-11-23T11:59:52.000Z","dependencies_parsed_at":"2022-09-24T04:50:53.906Z","dependency_job_id":null,"html_url":"https://github.com/johnrom/sublime-xmllint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnrom/sublime-xmllint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrom%2Fsublime-xmllint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrom%2Fsublime-xmllint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrom%2Fsublime-xmllint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrom%2Fsublime-xmllint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnrom","download_url":"https://codeload.github.com/johnrom/sublime-xmllint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnrom%2Fsublime-xmllint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272116856,"owners_count":24876268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T09:20:42.816Z","updated_at":"2025-08-25T19:04:07.656Z","avatar_url":"https://github.com/johnrom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Sublime: XMLLint\n\nA plugin for Sublime Text 2 using LibXML2 for XML Validation capabilities.\n- Based off of sublime-jslint plugin by fbzhong\n\n##Version:\n\n- Initial Public Beta\n-- 0.0.8\n-- Use at your own risk, fork at your leisure\n\n#Note:\n\nThis was a project I took on personally so that I could use XML validation in addition to Sublime's excellent syntax highlighting. Since there was no such plugin out at the time, I decided to build my own to validate the XML. Since I will not be developing in an XML environment much longer, it is not complete, I cannot guarantee that your computer won't explode, and I've only tested in Windows 7 64-bit with Sublime Text 2 64-bit. I had done research and made plans to migrate from LibXML2 to a more Pythonic library, and I have documented future ideas below for anyone who wants to build off of this project.\n\n##Future plans:\n\n- Switch from LibXML2 to Python lxml module (or cElementTree/elementTree/etc) to aid in:\n\n    1. Loading Schema/DTD into memory in order to validate after losing internet connection\n    2. Make plugin location-aware, tracking what node it's in for auto-completion, what line errors are on, etc\n- Create more user friendly panel information\n- Validate well-formedness even if no DTD is found\n\n#License:\n\nCode within the libxml folder of this project is licensed under the MIT license. \u003chttp://opensource.org/licenses/mit-license.php\u003e\n\nAll lines of code, excluding those lines in the libxml directory of this project, that are identical to lines within the sublime-jslint plugin by fbzhong at commit ee0a8c2f8ba130807d8f9c604558d4e73c638fcb are governed by the following Copyright (COPYRIGHT 1) while all other code, excluding that code which is in the libxml directory, is governed by COPYRIGHT 2.\n\n-- COPYRIGHT 1:\n\nNew BSD License\n\nCopyright (c) 2011, Robin Zhong \u003cfbzhong@gmail.com\u003e\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n    * Neither the name of the Robin Zhong nor the\n      names of its contributors may be used to endorse or promote products\n      derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL \u003cCOPYRIGHT HOLDER\u003e BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n-- COPYRIGHT 2:\n\nCopyright (c) 2012, John Rom \u003cweb@johnrom.com\u003e\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n    * Neither the name of John Rom nor the\n      names of its contributors may be used to endorse or promote products\n      derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL \u003cCOPYRIGHT HOLDER\u003e BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnrom%2Fsublime-xmllint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnrom%2Fsublime-xmllint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnrom%2Fsublime-xmllint/lists"}