Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6150)

Issue 93320043: encoding/xml: track, use default tag ns in Encoder

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by rsc
Modified:
9 years, 11 months ago
Reviewers:
anacrolix
CC:
rsc
Visibility:
Public.

Description

encoding/xml: track, use default tag ns in Encoder Fixes issue 7113.

Patch Set 1 #

Patch Set 2 : diff -r 2fb7165d5fdc https://code.google.com/p/go/ #

Patch Set 3 : diff -r 2fb7165d5fdc https://code.google.com/p/go/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -20 lines) Patch
M src/pkg/encoding/xml/marshal.go View 1 11 chunks +38 lines, -14 lines 1 comment Download
M src/pkg/encoding/xml/marshal_test.go View 1 1 chunk +62 lines, -0 lines 0 comments Download
M src/pkg/encoding/xml/typeinfo.go View 1 3 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 1
anacrolix
9 years, 11 months ago (2014-05-13 23:00:23 UTC) #1
I think this should be submitted as soon as 1.3 is branched, as there may be
downstream stuff relying on the old behaviour.

https://codereview.appspot.com/93320043/diff/40001/src/pkg/encoding/xml/marsh...
File src/pkg/encoding/xml/marshal.go (right):

https://codereview.appspot.com/93320043/diff/40001/src/pkg/encoding/xml/marsh...
src/pkg/encoding/xml/marshal.go:326: if strings.HasPrefix(prefix, "=ns=") {
Is this some kind of special value?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b