{"id":19163143,"url":"https://github.com/flazz/jxmlvalidator","last_synced_at":"2025-02-22T22:42:31.780Z","repository":{"id":609759,"uuid":"247190","full_name":"flazz/jxmlvalidator","owner":"flazz","description":"simple java based xml validation tool","archived":false,"fork":false,"pushed_at":"2010-10-25T13:24:06.000Z","size":332,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-04T04:05:47.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/flazz.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":"2009-07-09T14:51:08.000Z","updated_at":"2014-01-18T06:26:21.000Z","dependencies_parsed_at":"2022-07-05T03:30:09.968Z","dependency_job_id":null,"html_url":"https://github.com/flazz/jxmlvalidator","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flazz%2Fjxmlvalidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flazz%2Fjxmlvalidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flazz%2Fjxmlvalidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flazz%2Fjxmlvalidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flazz","download_url":"https://codeload.github.com/flazz/jxmlvalidator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245887,"owners_count":19771029,"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","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-11-09T09:14:18.760Z","updated_at":"2025-02-22T22:42:31.756Z","avatar_url":"https://github.com/flazz.png","language":"Java","readme":"Java based XML Validator (for ruby)\n===================================\n\nWhy do this when libxml \u0026 friends already support validation?\n\nLibxml (fast) does not support mixed-namespace validation and as of this writing have no plans to. \nJAXP (slow) is a very complete XML stack and does support mixed-namespace validation.\n\nquickstart\n----------\n\n    require 'jxml/validator'\n\n    val = JXML::Validator.new\n    results = val.validate some_big_nasty_xml\n    \n    results[:errors].each do |e|\n      puts \"#{e[:line]}: #{e[:message]}\"\n    end\n\n\nTODO\n----\n\n- cache feature (already implemented in java, need ruby to hook into it)\n- xml parsing options\n- command line tool\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflazz%2Fjxmlvalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflazz%2Fjxmlvalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflazz%2Fjxmlvalidator/lists"}