lib

lib:xml

XML function library

meta

funcs

xmlAttr

Get an attribute from an element by its non-qualified local name

xmlAttrs

Get list of all an elements attributes

xmlElem

Find an element by its non-qualified local name

xmlElems

Get the children elements

xmlName

Get the unqualified local name of an element or attribute

xmlNs

Get the namespace URI of an element or attribute

xmlPrefix

Get the namespace prefix of an element or attribute

xmlQname

Get the qualified local name of an element or attribute which includes both its prefix and unqualified name

xmlRead

Parse an XML document from an I/O handle and return root element

xmlVal

If node is an attribute, then return its value string