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

support self-closing tags #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

support self-closing tags #27

wants to merge 3 commits into from

Conversation

nemith
Copy link
Owner

@nemith nemith commented Feb 18, 2023

This forks encoding/xml to add support for self closing tags. The patch has been upstreamed as https://go-review.googlesource.com/c/go/+/469495. If that patch or something similar to fix golang/go#21399 has been accepted then we can migrate back to the stdlib copy.

We'll have to figure out how best we want to keep this up to date, but i think for this stage this is fine.

@nemith nemith marked this pull request as ready for review February 18, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

encoding/xml: cannot marshal self-closing tag
1 participant