Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding/xml: chardata at wrong level after A>B tag #5072

Closed
rsc opened this issue Mar 18, 2013 · 11 comments
Closed

encoding/xml: chardata at wrong level after A>B tag #5072

rsc opened this issue Mar 18, 2013 · 11 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Mar 18, 2013

http://play.golang.org/p/KuGg_5x13n

Output at tip is

<Set>
  <A>
    <B></B>
    <B></B>&#xA;  Wrong?
  </A>
</Set>

<Set2>
  <C>
    <D></D>
    <D></D>
  </C>&#xA;  Right?
</Set2>

The "&#xA;  Wrong?" should be after the </A>.
@robpike
Copy link
Contributor

robpike commented May 18, 2013

Comment 1:

Labels changed: added go1.2maybe, removed go1.1maybe.

@rsc
Copy link
Contributor Author

rsc commented Jul 30, 2013

Comment 2:

Labels changed: added feature.

@robpike
Copy link
Contributor

robpike commented Aug 29, 2013

Comment 3:

Not for 1.2.

@robpike
Copy link
Contributor

robpike commented Aug 29, 2013

Comment 4:

Labels changed: removed go1.2maybe.

@rsc
Copy link
Contributor Author

rsc commented Nov 27, 2013

Comment 5:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor Author

rsc commented Nov 27, 2013

Comment 6:

Labels changed: removed feature.

@rsc
Copy link
Contributor Author

rsc commented Dec 4, 2013

Comment 7:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor Author

rsc commented Dec 4, 2013

Comment 8:

Labels changed: added repo-main.

@hajimehoshi
Copy link
Member

Comment 9:

https://golang.org/cl/97570046

@gopherbot
Copy link
Contributor

Comment 10:

CL https://golang.org/cl/97570046 mentions this issue.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/9910 mentions this issue.

@mikioh mikioh modified the milestones: Go1.5, Unplanned Jun 4, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants