<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" ?> <mydoc> <head> <title> Title of text XHTML Document </title> <blobby data="a blobby element" /> </head> <body> <division> <h1> Heading of Page </h1> <para> here is a paragraph of text. I will include inside this paragraph a bunch of wonky text so that it looks fancy. </para> <para>Here is another paragaraph with <em>inline emphasized</em> text, and absolutely <b>no</b> sense of humour. </para> <para>And here is another paragraph, this one containing an <img src="image.gif" alt="waste of time" /> inline image, and a <br /> line break. </para> </division> </body> </mydoc>