Defines an .xml file data adapter that retrieves data from an .xml file for the specified data object.
xsd:complexType| Name | Description | 
|---|---|
| fileUrl | (Required attribute) Contains the Uniform Resource Locator (URL) of the .xml file. | 
| name | (Optional attribute) Contains the name of the xmlFileAdapter element. | 
The xmlFileAdapter element is an optional element of the query element.
The following is an example of the xmlFileAdapter element:
<xsf:query>
   <xsf:xmlFileAdapter fileUrl="currencies.xml" />
</xsf:query>