skinkie / reference

Personal repository where I collect working examples to understand inner workings while building PyNeTExConv
GNU Affero General Public License v3.0
0 stars 1 forks source link

Problem with LxmlTreeSerializer #27

Closed ue71603 closed 2 days ago

ue71603 commented 6 days ago
skinkie commented 2 days ago

I can reproduce it.

Behavior changed in: https://github.com/tefra/xsdata/commit/510b2b93051203e76f9bc3770784c386879c2302

LxmlTreeSerializer should become TreeSerializer.

ue71603 commented 2 days ago

So, the program is not et adapted to the new TreeSerializer.

Perhaps you should remove stuff that is no longer working. It is e.g. not clear to me, which things one should still use. The programs using duckdb, I guess not.

ue71603 commented 2 days ago

I already use the new xsdata in my view.

skinkie commented 2 days ago

Pushed and resolved.