]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.
authorCharles Weill <weill@google.com>
Fri, 23 Oct 2015 20:08:20 +0000 (16:08 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Nov 2015 17:04:43 +0000 (17:04 +0000)
commit3f6b91b1136e25e75da71b727e536ba4f4066fd5
treeec367c5f323c512f62aee1c51c6f291511b64d36
parenta48de745b28a39d58dcd916f410704f0f7d75d7c
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.

Fixes #12963

Change-Id: Icc50dfb6130fe1e189d45f923c2f7408d3cf9401
Reviewed-on: https://go-review.googlesource.com/16047
Reviewed-by: Russ Cox <rsc@golang.org>
src/encoding/xml/marshal.go
src/encoding/xml/marshal_test.go
src/encoding/xml/read.go
src/encoding/xml/typeinfo.go
src/encoding/xml/xml.go