comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:3679d2d8443a
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>test.xhtml</title>
4 </head>
5
6 <body>
7 Hello Mr/Miss <span ezid="NAME">NAME</span>
8 <table>
9
10 <tr><th>Item</th><th>Cost</th><th>Number</th></tr>
11
12 <tr ezid="LOOP">
13 <td><span ezid="item">XXX</span></td>
14 <td>${cost}</td>
15 <td><input type="text" value="${number}"/></td>
16 </tr>
17
18 </table>
19
20 </body>
21 </html>