gemgis.postprocessing.create_subelement#

gemgis.postprocessing.create_subelement(parent: xml.etree.ElementTree.Element, name: str, attrib: dict)#

Creating Subelement

Parameters
  • parent (xml.etree.ElementTree.Element) – Parent Element

  • name (str) – Name of the Element

  • attrib (dict) – Dict containing the attributes of the element

New in version 1.0.x.