xmlAsNumber
Convert the result of a XPath query into a row of numbers
Syntax
nums = xmlAsNumber(xp)
Arguments
- xp
xp, a XML mlist typed XMLSet or XMLList
- nums
nums, a single row of doubles
Description
The result of a XPath query or the children of a node can be a set of XMLElements which contains numbers, so the aim of this function is to convert the contents of each nodes into a double.
Examples
See also
History
| Версия | Описание |
| 5.4.0 | XML module introduced. |
| Report an issue | ||
| << xmlAppend | XML Management | xmlAsText >> |