{"id":37104212,"url":"https://github.com/nukib/go-xml","last_synced_at":"2026-01-14T12:36:05.007Z","repository":{"id":197198696,"uuid":"698192684","full_name":"NUKIB/go-xml","owner":"NUKIB","description":"utility and code-generation libraries for XML","archived":false,"fork":true,"pushed_at":"2024-12-03T14:35:03.000Z","size":4967,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-03T15:38:23.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"RemkoMolier/go-xml","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NUKIB.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,"governance":null}},"created_at":"2023-09-29T11:16:04.000Z","updated_at":"2023-11-28T17:13:36.000Z","dependencies_parsed_at":"2023-10-10T16:42:47.239Z","dependency_job_id":"aaa3d0eb-7cd5-45a6-aee4-f1143e773029","html_url":"https://github.com/NUKIB/go-xml","commit_stats":null,"previous_names":["henryolik/go-xml","nukib/go-xml"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/NUKIB/go-xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NUKIB%2Fgo-xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NUKIB%2Fgo-xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NUKIB%2Fgo-xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NUKIB%2Fgo-xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NUKIB","download_url":"https://codeload.github.com/NUKIB/go-xml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NUKIB%2Fgo-xml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T12:36:04.180Z","updated_at":"2026-01-14T12:36:04.994Z","avatar_url":"https://github.com/NUKIB.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/nukib/go-xml?status.svg)](https://godoc.org/github.com/nukib/go-xml)\n\n## Installation\n\nRequires go 1.21 or greater.\n\n```\ngo get github.com/nukib/go-xml/...\n```\n\nThis repository contains a collection of Go packages for working\nwith XML, with the ultimate goal of enabling code generation based\non XML documents.\n\n- The `xmltree` package converts xml documents to a tree data\n  structure, and provides convenient methods for manipulating and\n  searching through that tree.\n- The `xsd` package implements a parser for XML Schema. It takes\n  some liberties from the specification, and would need some work for\n  use as a validator, but it handles type inheritance and XML namespaces\n  in a relatively sane way.\n- The `xsdgen` package provides a customizable code generator that\n  generates Go type declarations and marshal/unmarshal methods for\n  an XML Schema.\n- The `wsdl` package parses Web Service Definition Language (WSDL)\n  files, which describe a (usually) SOAP web service.\n- The `wsdlgen` package generates Go source code from WSDL files.\n- The `xsdgen` and `wsdlgen` commands generate Go code with default\n  settings and are suitable for use with `go generate`.\n\nThe directory wsdlgen/examples contains packages that were (mostly)\nautomatically generated using the wsdlgen package. You can run\n\n\tgo generate\n\nwithin the subdirectories to re-generate the code if you make changes\nto the wsdlgen package.\nThis code is still very rough around the edges, but I have succesfully\nused it to generate type declarations for some pretty complex XML\nschema from an Apache Axis application. There are github issues\nopened for missing functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnukib%2Fgo-xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnukib%2Fgo-xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnukib%2Fgo-xml/lists"}