Import lxml library

Hy,

has someone a working lxml library for using in Python Scripts?

I try to export an xml file by keeping the attribute order… :face_with_spiral_eyes:

Thx & Regards
Feature

Hy,

I solved it bei manipulate the minidom-library a bit, lxml has this as Standard behaviour!

Reference: python - Preserve order of attributes when modifying with minidom - Stack Overflow

Regards
Feature