go/src/encoding/xml
Roger Peppe 3be158d6ab encoding/xml: encoding name spaces correctly
The current XML printer does not understand the xmlns
attribute. This change changes it so that it interprets the
xmlns attributes in the tokens being printed, and uses
appropriate prefixes.

Fixes #7535.

Change-Id: I20fae291d20602d37deb41ed42fab4c9a50ec85d
Reviewed-on: https://go-review.googlesource.com/2660
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2015-02-13 17:28:45 +00:00
..
atom_test.go
example_test.go
marshal.go encoding/xml: encoding name spaces correctly 2015-02-13 17:28:45 +00:00
marshal_test.go encoding/xml: encoding name spaces correctly 2015-02-13 17:28:45 +00:00
read.go
read_test.go encoding/xml: encoding name spaces correctly 2015-02-13 17:28:45 +00:00
typeinfo.go
xml.go encoding/xml: encoding name spaces correctly 2015-02-13 17:28:45 +00:00
xml_test.go