首页 相关文章 JSP+XML的技术纲要(3)

JSP+XML的技术纲要(3)

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

%@ taglib uri="..." prefix="tl" %
html
tl:parse id="saleBooks" type="BookInventory"
xml="Book_Inventory_URL"/
head...
body
table border="0" width="50%"
tl:iterate
id ="bk" type="Book"
collection="%= saleBooks.getBooks()%"
tr
tdjsp:getProperty name="bk" property="title"//td
/tr
/tl:iterate
/table
/body
/html

2.4 Parse and Iterate
%@ taglib uri="..." prefix="tl" %
html
head...<...[ 查看全文 ]

2016-02-19 标签:

JSP+XML的技术纲要(3)的相关文章

手机页面
收藏网站 回到头部