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

WIP: Custom xml improvements #138

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

tomjnixon
Copy link
Member

allow reading and writing non-standard or unimplemented xml features by sub-classing the xml reader and writer class

the reader part could be merged. writer needs more work -- it's a more invasive change and it's not clear if it's needed.

- better reflect how it actually works; it's slightly less convenient,
  but wrappers could be provided if necessary

- can now load from pre-parsed xml documents, which makes
  pre-processing nicer
this needs doing for all types and block formats. it's a bit of an
annoying change, so we should only do this if we need it
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