Mercurial > mez_xml
view test/test_temp01.xhtml @ 2:c6db338d2d64 R0_4
Fix typo in setup.py
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 13 Feb 2008 22:37:07 +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>