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

XML writer #10

Open
7 tasks
ianprime0509 opened this issue Jun 10, 2023 · 1 comment
Open
7 tasks

XML writer #10

ianprime0509 opened this issue Jun 10, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ianprime0509
Copy link
Owner

ianprime0509 commented Jun 10, 2023

The current writer API is missing some desirable features to consider it fully "ready":

  • Ensure all node types are covered (missing comments and CDATA currently)
  • Attribute functions that don't require the entire value to be passed at once
  • Safety checks for using the API wrong
  • Writer functions for extended nodes (e.g. for text nodes, a function that returns a std.io.Writer which writes into the text node)
  • Writer function to add a trailing newline to a document without reaching into the underlying sink
  • Tests
  • Documentation
@ianprime0509 ianprime0509 added the enhancement New feature or request label Jun 10, 2023
@ianprime0509 ianprime0509 self-assigned this Jun 10, 2023
@ianprime0509

This comment was marked as outdated.

@ianprime0509 ianprime0509 removed their assignment Nov 4, 2023
@ianprime0509 ianprime0509 added this to the 1.0.0 milestone Sep 15, 2024
@ianprime0509 ianprime0509 modified the milestones: 1.0.0, 0.2.0 Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant