{"id":21424428,"url":"https://github.com/jinjor/elm-xml-parser","last_synced_at":"2025-08-23T23:13:32.596Z","repository":{"id":62418610,"uuid":"92839171","full_name":"jinjor/elm-xml-parser","owner":"jinjor","description":"XML parser for Elm","archived":false,"fork":false,"pushed_at":"2020-01-25T14:07:47.000Z","size":89,"stargazers_count":21,"open_issues_count":13,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T05:36:35.087Z","etag":null,"topics":["elm","parser","xml","xml-parser"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/jinjor/elm-xml-parser/latest","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jinjor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-30T14:04:32.000Z","updated_at":"2022-03-21T15:29:50.000Z","dependencies_parsed_at":"2022-11-01T16:46:20.202Z","dependency_job_id":null,"html_url":"https://github.com/jinjor/elm-xml-parser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jinjor/elm-xml-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-xml-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-xml-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-xml-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-xml-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinjor","download_url":"https://codeload.github.com/jinjor/elm-xml-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjor%2Felm-xml-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262624,"owners_count":23736433,"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":["elm","parser","xml","xml-parser"],"created_at":"2024-11-22T21:22:01.883Z","updated_at":"2025-07-14T08:31:49.054Z","avatar_url":"https://github.com/jinjor.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"XmlParser\n====\n\n[![Build Status](https://travis-ci.org/jinjor/elm-xml-parser.svg)](https://travis-ci.org/jinjor/elm-xml-parser)\n\nXML Parser for Elm\n\n## How to use\n\nThere is only two functions available.\n\n```elm\nparse : String -\u003e Result Parser.Error Xml\nformat : Xml -\u003e String\n```\n\nTypically, you'll use `parse` function, get the root node and traverse it.\n\n```elm\n\u003e import XmlParser\n\u003e XmlParser.parse \"\"\"\u003ca name=\"value\"\u003efoo\u003c/a\u003e\"\"\"\nOk { processingInstructions = [], docType = Nothing, root = Element \"a\" ([{ name = \"name\", value = \"value\" }]) ([Text \"foo\"]) }\n```\n\nI'm not going to make decoder and encoder right now. Please let me know if you are interested :)\n\n## LICENSE\n\nBSD-3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjor%2Felm-xml-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinjor%2Felm-xml-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjor%2Felm-xml-parser/lists"}