<html>
<head>
<title>Embperl Tests - XHTML output</title>
</head>
<body>
a <br>
<table>
<tr>
<td>1 </td>
<td>'2' </td>
</tr>
<tr>
<td>"3" </td>
<td>4 </td>
</tr>
</table>
<input type="hidden" name="a" value="1" /><input type="hidden" name="b" value="'2'" /><input type="hidden" name="c" value=""3"" />
--- NO slashes in the source ---
<input type="text" name="b" value="'2'" />
<input type="text" name="c" value=""3"" />
<a href="bla.htm">bla</a>
<select name="a">
<option>xxx</option>
</select>
--- slashes in the source ---
<input type="text" name="b" value="'2'" />
<input type="text" name="c" value=""3"" />
<input type="checkbox" name="a" value="1" checked="checked" />
<input type="checkbox" name="a" value="2" />
<input type="checkbox" name="a" value="3" ="checked" />
<input type="checkbox" name="b" value="'2'" />
<input type="checkbox" name="c" value=""3"" />
<a href="bla.htm">bla</a>
<select name="a">
<option>xxx</option>
</select>
<blabla />
<blabla/>
</body>
</html>