Chris Tsou

Results 138 comments of Chris Tsou

The official schema didn't provide the enumeration, I don't see why xsdata should.

You can always extend the lxml handler and add your custom logic, the api is pretty concrete and I don't see changing it any time soon. You are parsing from...

It's for saving memory during parsing https://lxml.de/parsing.html#iterparse-and-iterwalk > If you have elements with a long list of children in your XML file and want to save more memory during parsing,...

Closing for now, I will gladly accept a docs contribution

Hi @leo-b can you provide please some examples, I am not sure i get it.

Can you provide some examples of the xml responses, xsdata already supports xsi:types on root elements and sub-elements. ``` 1 2002-04-15 ```

Re-open if you think this needs to be discussed more

Hey @leo-b , the issue here is the xsd and how it doesn't set the correct namespace for the root elements correct? I would rather avoid adding a hack like...

The api of the parser is pretty stable feel free to extend it and add your custom logic.

How do we solve this ambiguous issue in python, that doesn't have specific types for these cases? I am open to suggestions