<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="demostyle.css"?>
<!-- this is a comment -->
<!DOCTYPE mydoc SYSTEM "demoxml.dtd">

<mydoc>
<greeting>
Welcome to an XML Page (CCS Format)
</greeting>
<breaksmall></breaksmall>
The first two items are here...
<showlist>
Item number one (notice the change in font style)
</showlist>

<showlist>
Item number two
</showlist>
This is the third item...
<showlist>
Item number three
</showlist>

<showlist>
Item number four
</showlist>

<breakbig></breakbig>

This is some new text and <b>now we have more bolded text!</b> Followed by unbolded text. <highlight>Now this is highlighted (and inline)!</highlight> And this is not (bold, but it is inline)!

<breaksmall></breaksmall>
Just remember, 5 &lt; 10 and 10 &gt;5 (okay maybe that was too obvious -- but it does illustrate pre-defined entities in XML!).
<breakbig></breakbig>
</mydoc>

