view test/test_temp01.xhtml @ 5:d310e097c6de tip

Replace & with &
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 02 Feb 2014 22:12:15 +0800
parents 3679d2d8443a
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>