Some of the XML modification methods allow the passing of etree.Elements as arguments. Most notably replace_tag/xml_replace_tag requires a etree.Element. If they are used in the Fleurinpmodifier however, they can not be used with the freeze method since the calcfunction will serialize the etree.elements as lists.
Either this limitation needs to be communicated more clearly with an error or we need a Data plugin for etree Elements
Some of the XML modification methods allow the passing of etree.Elements as arguments. Most notably
replace_tag
/xml_replace_tag
requires a etree.Element. If they are used in the Fleurinpmodifier however, they can not be used with thefreeze
method since the calcfunction will serialize the etree.elements as lists.Either this limitation needs to be communicated more clearly with an error or we need a Data plugin for etree Elements