...
The default xml node and xml module provide limited functionalities to either parse or create XML node. In additional to https://help.interfaceware.com/v6/xml-channel. The XMLUtils.lua module extends further to the following capabilities:
Node.number()
Node.text()
Node.children()
Node.firstChild()
Node.removeText()
...