{"id":16940216,"url":"https://github.com/joho/rspec_xml_validation_matchers","last_synced_at":"2026-05-11T16:04:55.169Z","repository":{"id":403597,"uuid":"22067","full_name":"joho/rspec_xml_validation_matchers","owner":"joho","description":"Xml validation rspec matcher","archived":false,"fork":false,"pushed_at":"2008-06-04T07:38:40.000Z","size":80,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-26T02:52:18.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joho.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-06-04T04:21:32.000Z","updated_at":"2019-08-13T13:25:52.000Z","dependencies_parsed_at":"2022-07-14T12:00:30.593Z","dependency_job_id":null,"html_url":"https://github.com/joho/rspec_xml_validation_matchers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho%2Frspec_xml_validation_matchers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho%2Frspec_xml_validation_matchers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho%2Frspec_xml_validation_matchers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho%2Frspec_xml_validation_matchers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joho","download_url":"https://codeload.github.com/joho/rspec_xml_validation_matchers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244745763,"owners_count":20503050,"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-10-13T21:06:35.513Z","updated_at":"2026-05-11T16:04:55.097Z","avatar_url":"https://github.com/joho.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"rspec_xml_validation_matchers\n=============================\n\nSetup\n------\n\nDependencies:\n-------------\n\n  * rspec\n  * rspec_on_rails\n  * libxml\n\nOverview\n--------\n\nAdds some matchers to check if some xml conforms to a dtd/xsd\n\nUsage\n-----\n\ndescribe User do\n  before do\n    @user = User.new\n  end\n\n  it \"should create xml that conforms to the dtd\" do\n    @user.to_xml.should conform_to_dtd('user.dtd')\n  end\n\n  it \"should create xml that conforms to the xsd\" do\n    @user.to_xml.should conform_to_dtd('user.xsd')\n  end\nend\n\nDeveloper\n---------\n\nJohn Barton - http://whoisjohnbarton.com\nc/o\nEden Creative Communities - http://eden.cc","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoho%2Frspec_xml_validation_matchers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoho%2Frspec_xml_validation_matchers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoho%2Frspec_xml_validation_matchers/lists"}