Example 17-2: Tidyied HTML mockup in XML

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org" />
    <title>
    </title>
  </head>
  <body>
    <center>
      <table border="0">
        <tr>
          <td valign="top">
            <b>Java in a Nutshell : A Desktop Quick Reference</b>
            by David Flanagan<br />
            Other products by <a href="xxxx">O'Reilly</a><br />
             
            <table border="0">
              <tr>
                <td>
                  <img src="images/1565924878.gif" />
                </td>
                <td valign="middle">
                  <b>List Price:</b><strike>29.95</strike><br />
                   <b>Our Price: <font color="blue">
                  20.97</font></b><br />
                   You Save: <b>8.98</b>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </center>
  </body>
</html>