{"id":15399259,"url":"https://github.com/raviqqe/xml-dsl.rb","last_synced_at":"2026-07-02T14:35:42.864Z","repository":{"id":56898766,"uuid":"72167506","full_name":"raviqqe/xml-dsl.rb","owner":"raviqqe","description":"XML DSL and generator in Ruby","archived":false,"fork":false,"pushed_at":"2016-11-13T20:14:56.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-14T01:30:50.565Z","etag":null,"topics":["metaprogramming","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raviqqe.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":"2016-10-28T02:47:53.000Z","updated_at":"2018-06-14T00:23:09.000Z","dependencies_parsed_at":"2022-08-21T02:20:38.798Z","dependency_job_id":null,"html_url":"https://github.com/raviqqe/xml-dsl.rb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raviqqe/xml-dsl.rb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fxml-dsl.rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fxml-dsl.rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fxml-dsl.rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fxml-dsl.rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviqqe","download_url":"https://codeload.github.com/raviqqe/xml-dsl.rb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fxml-dsl.rb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35051881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":["metaprogramming","ruby"],"created_at":"2024-10-01T15:47:52.250Z","updated_at":"2026-07-02T14:35:42.836Z","avatar_url":"https://github.com/raviqqe.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xml-dsl\n\n[![Gem Version](https://badge.fury.io/rb/xml-dsl.svg)](https://badge.fury.io/rb/xml-dsl)\n[![Build Status](https://travis-ci.org/raviqqe/xml-dsl.rb.svg?branch=master)](https://travis-ci.org/raviqqe/xml-dsl.rb)\n[![License](https://img.shields.io/badge/license-unlicense-lightgray.svg)](https://unlicense.org)\n\nXML DSL in Ruby\n\n## Installation\n\n```\n$ gem install xml-dsl\n```\n\n## Usage\n\nCode:\n\n```ruby\nrequire 'xml-dsl'\n\nfile = xml do\n  html do\n    head do\n    end\n\n    body do\n    end\n  end\nend\n\nputs file\n```\n\nOutput:\n\n```xml\n\u003chtml\u003e\n    \u003chead/\u003e\n    \u003cbody/\u003e\n\u003c/html\u003e\n```\n\nFor more examples, see [examples](examples) directory.\n\n## License\n\n[The Unlicense](https://unlicense.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fxml-dsl.rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviqqe%2Fxml-dsl.rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fxml-dsl.rb/lists"}