ICI Modules: xml: children_of


Modules by name : by type

Synopsis

array = xml.children_of(struct)

Description

This returns an array of all the sub-elements within that given element that are themselves elements. Sub-elements of an element may be either elements or character data, this function ignores the character data and returns only the actual XML elements for which the given element is the parent. This is useful when XML is being used to encode data structures and no character data is being used.