Convert the result of a XPath query into a row of strings
strings = xmlAsText(xp)
xp, a XML mlist typed XMLSet or XMLList
strings, a single row of strings
The result of a XPath query or the children of a node can be a set of XMLElements, so the aim of this function is to convert the contents of each nodes into a string.
Version | Description |
5.4.0 | XML module introduced. |