Chris Tsou

Results 138 comments of Chris Tsou

Go for it, @skinkie. I’ll accept the contribution if you’re up for making it happen.

Since some fields don't have the metadata type, the library is trying to decide between an Element or a simple Text Node. When there is only one undefined one, it...

Python 3.14 is not supported yet, one of our core dependencies is not compatible.

It's coming, waiting for 3.9 eol.

xsdata follows the naive approach (that works, most of the time) elements and complex types are classes everything else is noise and is flattened by default. There is no option...

Yes, this is by design. xsdata only automatically applies a dataclass Meta.name/Meta.namespace when it is the document root or when the field is explicitly configured with that metadata. For nested...

Why not use lxml all the way?

Can you please post here a minimal example, its not easy to spot the issue in the repo