{"id":29649772,"url":"https://github.com/iwdgo/xmlnsp","last_synced_at":"2025-07-22T04:35:21.273Z","repository":{"id":57568091,"uuid":"132865741","full_name":"iwdgo/xmlnsp","owner":"iwdgo","description":"go lang encoding xml including fixes for namespace standards","archived":false,"fork":false,"pushed_at":"2024-08-15T07:10:46.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-15T17:34:44.000Z","etag":null,"topics":["encoding","go","namespace","xml"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/iwdgo.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-10T07:38:59.000Z","updated_at":"2024-08-15T17:34:44.001Z","dependencies_parsed_at":"2024-08-13T17:01:48.925Z","dependency_job_id":null,"html_url":"https://github.com/iwdgo/xmlnsp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iwdgo/xmlnsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwdgo%2Fxmlnsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwdgo%2Fxmlnsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwdgo%2Fxmlnsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwdgo%2Fxmlnsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwdgo","download_url":"https://codeload.github.com/iwdgo/xmlnsp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwdgo%2Fxmlnsp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266428499,"owners_count":23927010,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["encoding","go","namespace","xml"],"created_at":"2025-07-22T04:35:20.444Z","updated_at":"2025-07-22T04:35:21.252Z","avatar_url":"https://github.com/iwdgo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# encoding/xml package of Go\n\nThe standard for namespaces is https://www.w3.org/TR/xml-names/ is incompletely supported by Go lang.\nRelated issues are mainly listed in [#13400](https://github.com/golang/go/issues/13400).\n\nPurpose of the repository is to ease development and testing of the complete set of patches against the real world.\nHistory of work is out of the scope and updates of the package occur for language changes and other reasons.\nCommits will be rewritten with updates of tip of package from [Go source code](https://github.com/golang/go) and patches when updated.\n\nChanges for patches can be followed on [Gerrit](https://go-review.googlesource.com/q/encoding/xml+status:open).\n\n- [recognize xmlns as reserved](https://go.dev/issue/7535) ([gerrit-patch](https://go-review.googlesource.com/c/go/+/107755))  \n- [disallow empty namespace when prefix is set](https://go.dev/issue/8068)  ([gerrit-patch](https://go-review.googlesource.com/c/go/+/105636))  \n- [support xml namespace prefix](https://go.dev/issue/9519) ([gerrit-patch](https://go-review.googlesource.com/c/go/+/116056))  \n- [embedded struct with XMLName field not being ignored](https://go.dev/issue/10538) ([gerrit-patch](https://go-review.googlesource.com/c/go/+/108616))  \n- [indent even when both indent and prefix are empty](https://go.dev/issue/13185) ([gerrit-patch](https://go-review.googlesource.com/c/go/+/108797))  \n- [add whitespace normalization from spec](https://go.dev/issue/20614) ([gerrit-patch](https://go-review.googlesource.com/c/go/+/104655))  \n\nSome comments in related issues might also be of value.\n\n## How to\n\n### Using patch files\n\nDownload the patch file of interest from this repository by accessing [Gerrit](https://go-review.googlesource.com/c/go/).  \nSomething like `git am 0001....patch` should apply the patch to your go source code.  \n\n### Local development and evaluation\n\nGit clone as usual. The repository is an ordinary module which can be imported as usual.\n\n## History of repository\n\n- A folder using the src/ directory to match patches was cumbersome to use since the availability of Go workspace.\n\n- A general [fix](https://go-review.googlesource.com/c/go/+/109855) based on Go 1.11 is abandoned for several reasons.\nBranch `go111` has an archive of this global fix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwdgo%2Fxmlnsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwdgo%2Fxmlnsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwdgo%2Fxmlnsp/lists"}