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

Add XML de/serialization #3

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Add XML de/serialization #3

merged 1 commit into from
Jun 21, 2023

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Jun 21, 2023

Despite poor support of XML in Golang 1, we implement de/serialization from and to XML. The resulting XML documents are correct, but verbose (no self-closing elements), and escape common characters such as signle quote (').

Despite poor support of XML in Golang [1], we implement de/serialization
from and to XML. The resulting XML documents are correct, but verbose
(no self-closing elements), and escape common characters such as signle
quote (`'`).

[1]: golang/go#13400
@mristin mristin merged commit 3920c67 into main Jun 21, 2023
@mristin mristin deleted the mristin/Add-xmlization branch June 21, 2023 15: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.

1 participant