]> Cypherpunks repositories - gostls13.git/commit
allow any scalar type in xml.Unmarshal.
authorRob Pike <r@golang.org>
Tue, 2 Feb 2010 00:53:10 +0000 (11:53 +1100)
committerRob Pike <r@golang.org>
Tue, 2 Feb 2010 00:53:10 +0000 (11:53 +1100)
commit5db5f68d960baf60be5a5c9c729948e26d500358
tree95b63a7d7cd439a20c0784c4bb5e460dbc099f36
parent60f27f0d6bd3f2dad0e63e0f630777507884b64e
allow any scalar type in xml.Unmarshal.

Fixes #574.

R=rsc
CC=golang-dev
https://golang.org/cl/196056
src/pkg/xml/read.go
src/pkg/xml/xml_test.go