Skip to content

iwdgo/xmlnsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encoding/xml package of Go

The standard for namespaces is https://www.w3.org/TR/xml-names/ is incompletely supported by Go lang. Related issues are mainly listed in #13400.

Purpose of the repository is to ease development and testing of the complete set of patches against the real world. History of work is out of the scope and updates of the package occur for language changes and other reasons. Commits will be rewritten with updates of tip of package from Go source code and patches when updated.

Changes for patches can be followed on Gerrit.

Some comments in related issues might also be of value.

How to

Using patch files

Download the patch file of interest from this repository by accessing Gerrit.
Something like git am 0001....patch should apply the patch to your go source code.

Local development and evaluation

Git clone as usual. The repository is an ordinary module which can be imported as usual.

History of repository

  • A folder using the src/ directory to match patches was cumbersome to use since the availability of Go workspace.

  • A general fix based on Go 1.11 is abandoned for several reasons. Branch go111 has an archive of this global fix.

About

go lang encoding xml including fixes for namespace standards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages