<?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...<...[ 查看全文 ]