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 writing simple XML #24

Open
nichtich opened this issue Sep 15, 2022 · 0 comments
Open

Support writing simple XML #24

nichtich opened this issue Sep 15, 2022 · 0 comments

Comments

@nichtich
Copy link
Member

xml_write expects record structure as defined by XML::Struct so all aspects of XML can be serialized. In practice the XML is often much simpler, so plain key-value forms should be serializable as done by XMLout in XML::Simple. Could be provided by addition of option simple to xml_write. This is the reverse of xml_read with option simple (see xml_simple).

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

No branches or pull requests

1 participant