Pedro Almirall

Results 5 issues of Pedro Almirall

I have been doing some experimentation with this package and have found some bugs here and in the base xsdata one. I have created issues for each of them and...

## 📒 Description > In some cases `get_fields` receives an instance of a pydantic model. Accessing the `model_fields` attribute from the instance is deprecated and it should be accessed from...

When there are several optional elements of the same type defined in a sequence (and in a choice) at the moment they are converted to json or dict they have...

Sometimes when parsing or serializing I get this error: ``` Processing: similar_types_choice_error.xml -------------------------------------------------- Traceback (most recent call last): File "/Users/pedro.almirall/work/xsdata-experiments/experiment/main.py", line 61, in main() File "/Users/pedro.almirall/work/xsdata-experiments/experiment/main.py", line 43, in main...

Elements defined inside an xs:all tag don't respect the order in which they are defined in the original XML document. The order gets changed during the parsing/serialization process. Reproduction in...