commit | 1e6d9f49da330e61d29588b1e2f0f3685c03f359 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Oct 18 13:40:45 2012 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Thu Oct 18 13:40:45 2012 -0700 |
tree | 69b6d938ad7984562d2031b6aaff6605bd109dfc | |
parent | 2abaaefa729502740002fc9a87c012ea7d1a3e64 [diff] |
encoding/xml: correctly escape newline, carriage return, and tab The generated encodings are those from http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html#charescaping The change to the decoder ensures that we turn 
 in the input into \r, not \n. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6747043