From: Ian Lance Taylor Date: Fri, 26 Jun 2020 18:31:02 +0000 (-0700) Subject: doc/go1.15: remove encoding/xml doc X-Git-Tag: go1.15rc1~46 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c521739f27bd745bde0dcb3d5c9a332b06a6a42;p=gostls13.git doc/go1.15: remove encoding/xml doc The change is rolled back in CL 240179. For #35151 For #39876 Change-Id: Id26ccbdb482772ac31c642156a9900102397b043 Reviewed-on: https://go-review.googlesource.com/c/go/+/240012 Reviewed-by: Alberto Donizetti Reviewed-by: Emmanuel Odeke --- diff --git a/doc/go1.15.html b/doc/go1.15.html index a0de2b067a..d9fe3b32d8 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -620,20 +620,6 @@ Do not send CLs removing the interior tags from such phrases. -
encoding/xml
-
-

- The encoder has always taken care to avoid using namespace prefixes beginning with - xml, - which are reserved by the XML specification. - Now, following the specification more closely, - that check is case-insensitive, so that prefixes beginning with - XML, XmL, - and so on are also avoided. -

-
-
-
flag