ICI Modules: xml: siblings_of


Modules by name : by type

Synopsis

array = xml.siblings_of(struct)

Description

This returns an array of the siblings of the given element. The document root element has no siblings and NULL is returned. The siblings are determined by looking at the parent and returning, in order, the child elements within the parent other than the given element.