<?xml version="1.0"?>
<?xml:stylesheet type="text/xsl" href="news.xsl" ?>
<news xmlns:dt="urn:schemas-microsoft-com:datatypes">
    <item>
            <name>The second update</name>
            <date dt:dt="date">1999-12-25</date>
            <text><span>The second update text</span></text>
    </item>
    <item>
            <name>The First update</name>
            <date dt:dt="date">1999-12-11</date>
            <text><span>The First update text</span></text>
    </item>
    <item>
        <name>The Third update</name>
        <date dt:dt="date">1999-12-26</date>
        <text><span>And here is all of the <font color="#335599">pretty</font> stuff in here,
        yep, lots of the old <a href="http://www.w3.org">HTML</a> and ultraviolent for our
        friends at <a href="http://www.yourmom.com">JOHO</a></span></text>
    </item>
</news>
