go/src/encoding
Ian Lance Taylor 483f3dc39f Revert "encoding/xml: disallow empty namespace when prefix is set"
This reverts CL 105636.

Reason for revert: Fails with existing XML data.  At this stage in the release cycle we should revert, and try again next time with some way to support existing XML.

For #8068

Change-Id: Ia84cbf3a84878ac7190f72998545dee22c36c45e
Reviewed-on: https://go-review.googlesource.com/c/go/+/453996
Auto-Submit: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
2022-11-29 22:25:08 +00:00
..
ascii85 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
asn1 all: remove redundant type conversion 2022-10-06 04:37:00 +00:00
base32 all: remove redundant type conversion 2022-10-06 04:37:00 +00:00
base64 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
binary encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 byte 2022-08-08 17:29:13 +00:00
csv encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
gob encoding/gob: support large slices in slice decode helpers 2022-10-20 23:11:47 +00:00
hex encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
json all: add missing periods in comments 2022-11-18 17:59:44 +00:00
pem all: use strings.Builder where appropriate 2022-09-29 22:56:00 +00:00
xml Revert "encoding/xml: disallow empty namespace when prefix is set" 2022-11-29 22:25:08 +00:00
encoding.go