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

XmlSerializer: introduce handlers #247

Closed
tefra opened this issue Sep 3, 2020 · 3 comments
Closed

XmlSerializer: introduce handlers #247

tefra opened this issue Sep 3, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@tefra
Copy link
Owner

tefra commented Sep 3, 2020

Similarly to the parser the XmlSerializer should allow for custom xml writers and xsdata should ship with one lxml option and one native python.

@tefra tefra added the enhancement New feature or request label Sep 3, 2020
@tefra
Copy link
Owner Author

tefra commented Sep 5, 2020

Easier said than done, the serializer is all over the place and the native api is very limited...

@tefra
Copy link
Owner Author

tefra commented Sep 13, 2020

the proof of concept using sax content handlers looks good!

@tefra
Copy link
Owner Author

tefra commented Sep 19, 2020

merged #259

@tefra tefra closed this as completed Sep 19, 2020
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