The <xmlreport> element describes the elements of an XML report.
XMLReport Sub Elements
The <xmlreport> element can have the following sub elements:
sql
The SQL Element
The AppML <sql> element defines the SQL statement to be used to extract
data from the database.
If this element is omitted, the report will use the default <sql>
element from the database description.
XMLReport Attributes
The <xmlreport> element has the following attributes:
name
src
The Name attribute
The name attribute is used to name the <xmlreport> element. This
enables an AppML Report Service to run a number of different reports from the
same AppML description.
Example:
<xmlreport name="SalesByProducts">
The Src attribute
The src attribute provides a reference to an <xmlreport> element stored
in an external AppML description file.
Example:
<xmlreport name="SalesByProducts src="sales_bp">
An XML Schema for AppML
If you have Internet Explorer, you can Click
Here to view the full XML Schema for an AppML document.
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.