- Index
- »
- xml
- »
- func:xmlElems
def
func:xmlElems
xmlElems(elem)
Get the children elements. If this element contains text or PI nodes, then they are excluded in the result.
Example:
elems: xmlRead("<d><a/><b/></d>").xmlElems elems.map(xmlName) >> ["a", "b"]