{"id":20537032,"url":"https://github.com/cvik/xml","last_synced_at":"2026-05-29T08:32:25.728Z","repository":{"id":70778241,"uuid":"103699343","full_name":"cvik/xml","owner":"cvik","description":"Alternative XML parser for golang","archived":false,"fork":false,"pushed_at":"2022-06-28T00:22:20.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T03:38:54.272Z","etag":null,"topics":["golang","xml-parser"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/cvik.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-15T20:40:12.000Z","updated_at":"2019-05-22T16:50:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"3279c79e-cad1-4a23-9721-3cd808166035","html_url":"https://github.com/cvik/xml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cvik/xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvik%2Fxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvik%2Fxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvik%2Fxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvik%2Fxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvik","download_url":"https://codeload.github.com/cvik/xml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvik%2Fxml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33644305,"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-05-29T02:00:06.066Z","response_time":107,"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":["golang","xml-parser"],"created_at":"2024-11-16T00:38:41.911Z","updated_at":"2026-05-29T08:32:25.714Z","avatar_url":"https://github.com/cvik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An alternative XML parser\nThis package contains a conceptually simple in-memory xml-parser. It creates\na tree of nodes with parent-links on each level for easy down- and up-traversal.\n\n### Properties\n* Doesn't use any reflection\n* Traversal friendly (double linked element tree)\n* Keeps track of namespaces at every element level\n\n### TODO\n* Handle CDATA nodes\n* Better error messages\n* Better test-coverage (currently at 80.1%)\n* Look into value coercion (maybe)\n* Add documentation (current at 0%)\n* Add usage examples\n* Look into memory usage (currently a bit high)\n* Add SAX functionality\n\n\n## Testing\n - `go test -coverprofile coverage.out`\n - `go tool cover -html=coverage.out`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvik%2Fxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvik%2Fxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvik%2Fxml/lists"}