]> Cypherpunks repositories - gostls13.git/commit
Revert "encoding/xml: disallow empty namespace when prefix is set"
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Nov 2022 19:37:10 +0000 (19:37 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 29 Nov 2022 22:25:08 +0000 (22:25 +0000)
commit483f3dc39fb187dadd28a0d06a92084a207715b3
treee1fd328924d8871879863b5ab3e881cf01dd8c3b
parent53c480077ab6729e64a4129162664adb70b18c62
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>
src/encoding/xml/xml.go
src/encoding/xml/xml_test.go