xmlnsp

command module
v0.0.0-...-1838faf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL