当前位置: 首页 > 网络学院 > 客户端脚本教程 > APPML > Src 属性

APPML
AppML HTML 报告
AppML 过滤函数
AppML HTML 列表
AppML HTML 表单
AppML XML 报告

APPML 中的 Src 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 306 ::
收藏到网摘: n/a

The src attribute provides a reference to an <htmlreport> element stored in an external AppML description file.
src属性为存储在外部AppML描述文件的一个<htmlreport>元素提供了一个参数。

Example
案例

<?xml version="1.0" ?>
<appml>
<database>
<connection>northwind</connection>
<sql>SELECT CompanyName,ContactName,City FROM Customers</sql>
</database>
<htmlreport src="northwind/customers_by_country" />
</appml>

View the output produced by the AppML HTML Report Service
查看由AppML HTML 报告服务输出的结果

View the XML source file
查看XML 源文件

View "customers_by_country" XML source file
查看"customers_by_country"XML源文件


评论 (0) All

登陆 | 还没注册?