|
ConnectionID | | Specifies a connection to a data source that is defined in the Settings.
For elements connecting to relational databases, default is the first Connection element in _settings.lgx. |
HttpMethod | | HttpMethod specifies the verb to be sent with a REST request. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
MaxRows | | The maximum number of rows to retrieve from the data source. |
RemoveNamespace | | Some XML data sources will add namespace and schema information. This information can be used to remove the namespace information, preserving the data.
False will skip this additional processing (Default). |
XMLFile | | (Required) The file specification for an XML file. You may enter either a file system location (such as c:\myfolder\mydata.xml) or a location from the web (such as http://server/data.xml). By default, the server will look in the project's _SupportFiles folder, in which case you can simply specify the filename (such as mydata.xml).
The http specification is also useful for retrieving XML data from REST-style web services.
When this element uses a Connection element, this XMLFile attribute gets appended to the Connection element's UrlHost attribute. |
XPath | | Specifies a standard XPath string that will be used to select a set of matching nodes. All of the matching nodes are then used to generate the resulting datalayer. |