]> Cypherpunks repositories - gostls13.git/commit
xml: Support fields not of type []byte when marshaling ",chardata"
authorVega Garcia Luis Alfonso <vegacom@gmail.com>
Wed, 23 Jan 2013 03:13:40 +0000 (22:13 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 23 Jan 2013 03:13:40 +0000 (22:13 -0500)
commit14bd52db3fb56670270aafc79302316afe1ed07c
tree21911fa35f94dec0aaf751dcb44fa4cc101e8663
parent92e3e1554647459c8ed7dac72869d8aa008e780d
xml: Support fields not of type []byte when marshaling ",chardata"

Fixes #4506.

R=rsc, remyoudompheng
CC=golang-dev
https://golang.org/cl/7106045
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/marshal_test.go