[lxml] Re: python lxml.objectify gives no attribute access to gco:CharacterString node

2022-03-04 Thread Holger.Joukl
> Absolutely! To be 100% sure to access the child you need the {URI}Name > notation and there will never be a shortcut to that. > If we can agree on this, it is obious that it is no good idea to rely your > code on python properties exposed by lxml.objectify, at all: > * These properties are not

[lxml] Re: python lxml.objectify gives no attribute access to gco:CharacterString node

2022-03-04 Thread Stefan Behnel
Dr. Volker Jaenisch schrieb am 04.03.22 um 00:02: Am 03.03.22 um 23:54 schrieb Stefan Behnel: this reads like something you could implement on top of lxml.objectify, via subclassing and an appropriate element class lookup. This could really be a plain Python package that you could distribute o