-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Lxmltreeserializer str versus list #1020
Comments
Thanks for reporting @skinkie The tree serializer, wasn't encoding values before feeding them to the tree builders, stuff like |
I'll test if the rest works now too. |
@tefra I think it is worse now, now all attributes are gone. |
What I expect:
|
Yeap I forgot to encode the attrs as well @skinkie, next one, please open new issues please, with simple examples that I can quickly reproduce |
I am trying out #975.
The writing fails on the lxml_serializer.render, which complains with:
If it can parse the code it, must be able to write it right?
With XmlTreeSerializer serialisation works.
File can be downloaded from: https://data.ndovloket.nl/netex/wsf/NeTEx_WSF_WSF_20240415_20240415.xml.gz
I have also found other bugs with rendering via lxmltreeserializer, where some elements just don't get rendered, their element name is added, but for example not their attributes.
The text was updated successfully, but these errors were encountered: