XMLElement (STRUCT)ΒΆ
TYPE XMLElement : STRUCT
Structure of a XML element
- InOut:
- Name - Type - Comment - diParentIndex- DINT- The index of the parent XMLElement - wsName- WSTRING(gc_udiMaxValueSize)- The name of the XML element - wsValue- WSTRING(gc_udiMaxValueSize)- The value of the XML element - udiPosition- UDINT- Position of the start tag in xml file - elementType- Type of the elemnet (Element, Attribute, Comment..) 
