|
|
|
Created:
11 years, 7 months ago by hajimehoshi Modified:
11 years ago Reviewers:
CC:
golang-codereviews, bradfitz, rsc Visibility:
Public. |
encoding/xml: Trim XML tags correctly before printing chardata.
This fixes issue 5072.
This doesn't consider about fixed-size arrays. (AFAIK, (a part of) an xml can't be unmarshaled to fixed-size arrays.)
Patch Set 1 #Patch Set 2 : diff -r 962157789bb0 https://code.google.com/p/go #Patch Set 3 : diff -r 962157789bb0 https://code.google.com/p/go #
Total messages: 6
|
hajimehoshi
Hello golang-dev@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
|
11 years, 7 months ago (2014年05月21日 10:04:36 UTC) #1 | |||||||||||||||||||||||
Hello golang-dev@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
Replacing golang-dev with golang-codereviews. To the author of this CL: If you are using 'hg mail -r golang-dev' to mail the CL, use simply 'hg mail' instead. If you did not name golang-dev explicitly and it was still added to the CL, it means your working copy of the repo has a stale codereview.cfg (or lib/codereview/codereview.cfg). Please run 'hg sync' to update your client to the most recent codereview.cfg. If the most recent codereview.cfg has defaultcc set to golang-dev instead of golang-codereviews, please send a CL correcting it. Thanks very much.
ping
R=rsc
I was wondering someone would review this.
R=close To the author of this CL: The Go project has moved to Gerrit Code Review. If this CL should be continued, please see the latest version of https://golang.org/doc/contribute.html for instructions on how to set up Git and the Go project's Gerrit codereview plugin, and then create a new change with your current code. If there has been discussion on this CL, please give a link to it (golang.org/cl/97570046 is best) in the description in your new CL. Thanks very much.