diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/test_temp01.xhtml	Wed Feb 13 22:33:51 2008 +0800
@@ -0,0 +1,21 @@
+<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>