<html><head><title>Example JSP in XML format</title></head><body>
This is the output of a simple JSP using XML format. 
<br/><div>Use a jsp:scriptlet to loop from 1 to 10: </div>1, 2, 3, 4, 5, 6, 7, 8, 9, 10
  <br><br>
<div align="left">
  Use a jsp:expression to write something: 
  foo</div>
  <p>This sentence is enclosed in a jsp:text element.</p>
</body></html>
