What's It Look Like?
What does an XML document look like?
<?XML VERSION="1.0" RMD="ALL" ENCODING="UTF-8"?>
<!doctype titlepage system "typo.dtd"
[<!entity % active.links "INCLUDE">]>
<whitespace type="vertical" amount="36"/>
<title font="Baskerville" size="24/30" alignment="centered">Hello, world!</title>
<whitespace type="vertical" amount="12"/>
<!--* In some copies the following decoration is
hand-colored, presumably by the author *-->
<image location="http://www.foo.bar/fleuron.eps" type="URL" alignment="centered"/>
<whitespace type="vertical" amount="24"/>
<author font="Baskerville" size="18/22" style="italic">Munde Salutem</author>
<?XML VERSION="1.0" RMD="NONE"?>
<greeting>Hello, world!</greeting>
<response>Stop the planet, I want to get off!</response>
More complex XML document with DTD specified