go/src/encoding
Roger Peppe b69ea01851 encoding/xml: fix namespaces in a>b tags
Previously, if there was a namespace defined on
a a>b tag, the namespace was ignored when
printing the parent elements. This fixes that,
and also fixes the racy behaviour of printerStack.trim
as discussed in https://go-review.googlesource.com/#/c/4152/10 .

Fixes #9796.

Change-Id: I75f97f67c08bbee151d1e0970f8462dd0f4511ef
Reviewed-on: https://go-review.googlesource.com/5910
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2015-03-03 14:03:37 +00:00
..
ascii85
asn1 encoding/asn1: fix explicitly tagged Times. 2014-10-09 17:37:40 -07:00
base32
base64 encoding/base64: add unpadded encodings, and test all encodings. 2014-12-22 16:05:23 +00:00
binary encoding/binary: check for unsigned integers in intDataSize. 2014-12-22 20:14:59 +00:00
csv encoding/csv: for Postgres, unquote empty strings, quote \. 2014-10-23 23:44:47 -04:00
gob encoding/gob: address go vet report 2014-12-28 19:30:31 +00:00
hex
json encoding/json: Fixed the comment specifying Marshal behavior for maps. 2015-02-18 23:57:36 +00:00
pem encoding/pem: eliminate allocations for newlines during encoding 2014-12-21 22:06:09 +00:00
xml encoding/xml: fix namespaces in a>b tags 2015-03-03 14:03:37 +00:00
encoding.go