revXMLDataFromXPathQuery | |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | pDocID is the xml document id returned from one of the revXMLCreate functions. The charDelimiter and lineDelimiter both default to cr. If neither is specified then the items will be returned one per line. For example:
|
Introduced | 6.5 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Function: revXMLCreateTreeFromFile, revXMLEvaluateXpath, revXMLCreateTree |
Description | The revXMLDataFromXPathQuery function returns the data set resulting from evaluating the xpath expression against the specified xml tree. For instance, given xml data of
then
gives you "Harry Potter" |
Tags | xml |