{"id":13509757,"url":"https://github.com/expelledboy/exml","last_synced_at":"2025-10-15T05:09:31.337Z","repository":{"id":29329152,"uuid":"32862766","full_name":"expelledboy/exml","owner":"expelledboy","description":"Most simple Elixir wrapper for xmerl xpath","archived":false,"fork":false,"pushed_at":"2023-05-10T13:23:51.000Z","size":24,"stargazers_count":25,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T21:35:38.054Z","etag":null,"topics":["elixir","xml-parser","xpath"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/expelledboy.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-03-25T12:21:56.000Z","updated_at":"2023-08-05T10:19:50.000Z","dependencies_parsed_at":"2024-01-05T22:00:14.296Z","dependency_job_id":"4ed756a9-c46c-4cde-9b6f-58a4a2f6fe12","html_url":"https://github.com/expelledboy/exml","commit_stats":{"total_commits":21,"total_committers":6,"mean_commits":3.5,"dds":0.5714285714285714,"last_synced_commit":"27e23c08d0c9d319a8012176250b2bffb5d87aae"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/expelledboy/exml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expelledboy%2Fexml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expelledboy%2Fexml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expelledboy%2Fexml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expelledboy%2Fexml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/expelledboy","download_url":"https://codeload.github.com/expelledboy/exml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expelledboy%2Fexml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279052226,"owners_count":26093892,"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-10-15T02:00:07.814Z","response_time":56,"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":["elixir","xml-parser","xpath"],"created_at":"2024-08-01T02:01:12.532Z","updated_at":"2025-10-15T05:09:31.307Z","avatar_url":"https://github.com/expelledboy.png","language":"Elixir","funding_links":[],"categories":["XML"],"sub_categories":[],"readme":"Exml\n====\n\n[![Elixir CI](https://github.com/expelledboy/exml/actions/workflows/ci.yml/badge.svg)](https://github.com/expelledboy/exml/actions/workflows/ci.yml)\n[![Hex.pm](https://img.shields.io/hexpm/v/exml.svg)](https://hex.pm/packages/exml)\n[![Hex.pm](https://img.shields.io/hexpm/dt/exml.svg)](https://hex.pm/packages/exml)\n\nAdd to mix.exs\n\n```elixir\n  defp deps() do\n    [\n      {:exml, \"~\u003e 0.1.3\"}\n    ]\n  end\n```\n\nBasic usage\n\n```elixir\nxml = \"\"\"\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cbookstore\u003e\n    \u003cbook\u003e\n        \u003ctitle lang=\"en\"\u003eHarry Potter\u003c/title\u003e\n        \u003cprice\u003e29.99\u003c/price\u003e\n    \u003c/book\u003e\n    \u003cbook\u003e\n        \u003ctitle lang=\"en\"\u003eLearning XML\u003c/title\u003e\n        \u003cprice\u003e39.95\u003c/price\u003e\n    \u003c/book\u003e\n\u003c/bookstore\u003e \n\"\"\"\n\ndoc = Exml.parse xml\n\nExml.get doc, \"//book[1]/title/@lang\"\n#=\u003e \"en\"\n\nExml.get doc, \"//title\"\n#=\u003e [\"Harry Potter\", \"Learning XML\"]\n```\n\nSee [w3schools](https://www.w3schools.com/xml/xpath_syntax.asp) for details about xpath!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpelledboy%2Fexml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpelledboy%2Fexml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpelledboy%2Fexml/lists"}