xmlAsText
Convert the result of a XPath query into a row of strings
Syntax
strings = xmlAsText(xp)
Arguments
- xp
xp, a XML mlist typed XMLSet or XMLList
- strings
strings, a single row of strings
Description
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.
Examples
See also
- xmlXPath — Make a XPath query on a XML document
- xmlAsNumber — Convert the result of a XPath query into a row of numbers
- xmlName — Retrieve the name of the elements.
History
Version | Description |
5.4.0 | XML module introduced. |
Report an issue | ||
<< xmlAsNumber | XML Management | xmlDTD >> |