列表 1. Welcome.html,我们将使用的 XMLC 输入文件

用于显示我们的网络日志
<html>
    <head>
        <title>Weblog</title>
    </head>
    <body bgcolor="#FFFFFF">
        <H1>Weblog</H1>
        <P>Welcome to our Weblog!  Here is the
              latest entry:</P>
        <p><b><span id="date">Date</span></b></p>
        <p><span id="text">Text</span></p>
    </body>
</html>
© . All rights reserved.