view test/test_temp01.xhtml @ 0:3679d2d8443a

Import from CVS and goto mez_xml-0.4
author Thinker K.F. Li <thinker@branda.to>
date Wed, 13 Feb 2008 22:33:51 +0800
parents
children
line wrap: on
line source

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>test.xhtml</title>
</head>

<body>
Hello Mr/Miss <span ezid="NAME">NAME</span>
<table>

<tr><th>Item</th><th>Cost</th><th>Number</th></tr>

<tr ezid="LOOP">
<td><span ezid="item">XXX</span></td>
<td>${cost}</td>
<td><input type="text" value="${number}"/></td>
</tr>

</table>

</body>
</html>