📄 day1_2.html
字号:
<tr>
<td colspan="2">-<font color="#000000"><a href="../../1-download/page2.htm">程序设计</a></font></td>
</tr>
<tr>
<td colspan="2">-<font color="#000000"><a href="../../1-download/page3.htm">网站设计</a></font></td>
</tr>
<tr>
<td colspan="2">-<font color="#000000"><a href="../../1-download/page4.htm">电子商务</a></font>
</td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#666699"><a href="../../1-teach/index.htm"><font color="#FFFFFF">实用技巧</font></a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/internet/index.htm">Internet应用</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/photoshop/index.html">Photoshop</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/flash/page1.html">Flash</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/asp/index.html">ASP</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/php/index.html">PHP</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/java/index.htm">Java</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/vb/index.htm">VB</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/c/index.htm">C、C++</a></td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-backend/database/php_mysql/index.html">PHP/MySQL</a></td>
</tr>
<tr>
<td colspan="2"><a href="../../1-backend/cgi_perl/perl_beginner/index.html">-Perl</a>
</td>
</tr>
<tr>
<td colspan="2">-<a href="../../1-teach/other/index.htm">其它</a> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#666699">
<div align="center"><font color="#FFFFFF">更多教程</font></div>
</td>
</tr>
<tr>
<td colspan="2" height="17"><a href="../../1hdml/index.html">-HDML</a></td>
</tr>
<tr>
<td colspan="2" height="23"><font face="宋体"><a href="../../1-backend/database/course/day1_1.html">-网络数据库</a></font></td>
</tr>
<tr>
<td colspan="2" height="14"><a href="../../1-backend/protocols/ping/index.html"><font face="arial, helvetica, sans-serif">Ping</font></a></td>
</tr>
<tr>
<td colspan="2" height="20"><a href="../../1-backend/cgi_perl/search_engine/index.html">-创建搜索引擎</a></td>
</tr>
<tr>
<td colspan="2" height="16">-<a href="../../1adobe/GoLive/index.html">Adobe GoLive</a></td>
</tr>
<tr>
<td colspan="2"><a href="../../1-backend/cgi_perl/templates/index.html">模板</a></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#666699"><font color="#FFFFFF">合作伙伴</font></td>
</tr>
<tr>
<td colspan="2" align="left">-<a href="http://www.5dmedia.com/" target="_blank">5D精英网</a></td>
</tr>
<tr align="center">
<td colspan="2"> <img src="../../Library/front_monkey.gif" width="59" height="68"></td>
</tr>
</tbody>
</table>
<br><!-- #EndLibraryItem --></td>
<!-- End of headlines (column 1: left column) --> <!-- Gutter between columns 1 and 2 -->
<td width="10" height="794"><img src="http://www.sohu.com/images/pixel.gif" width=10></td>
<!-- Search box and directories (columns 2 and 3: middle columns, combined into one) -->
<td align=center valign=top width="558">
<div align="left"><!-- #BeginEditable "1" -->
<title>Mozilla - Netscape源代码</title>
Mozilla
- Netscape源代码<a href="mailto:boutin@wired.com">Paul
Boutin</a>
<p><b>第二页:XML、RDF和sitemap</b></p>
<p>Mozilla最重要的新特征是它支持W3C设计的作为HTML替代物的XML。</p>
<p>不去讨论XML的所有特征,我们集中在Mozilla的第一个基于XML的特征 - sitemaps - 你可以在浏览器的当前可下载版本中试用。</p>
<p>Sitemaps</p>
<p>当你在Mozilla中打开www.hotwired.com时,你会在窗口左边看到什么?它是Mozilla的新的"Navigation
Center",即我们的sitemap。(如果你的Mozilla版本中未出现sitemap,点击Navigation Center中的"Site
Tools"使它弹出来。)</p>
<p><img src="client2.gif" width="357" height="309"></p>
<p>这是HotWired sitemap的样子。</p>
<p>sitemap是Mozilla的已有的新特征中最显著的。它们用<a href="http://www.w3.org/RDF/" target="_blank">RDF</a>(resource
description framework)书写,一个W3C仍在开发的XML应用程序。Mozilla通过在页面中寻找<LINK rel=sitemap>发现RDF
sitemap,象这样:</p>
<ul>
<tt> <LINK REL=sitemap SRC="/rdf/sitemap.rdf#root" NAME="HotWired"
TYPE="text/rdf"> </tt>
</ul>
<p>这个标记符告诉Mozilla在www.hotwired.com/rdf/sitemap.rdf打开sitemap,然后在id="root"处开始绘制网站树。</p>
<p> sitemap是用RDF写的网站的结构描述。一个简单的这样的连接指向的sitemap文件如下所示:</p>
<ul>
<pre>
<RDF:RDF>
<Topic id="root"
name="Webmonkey">
<child>
<Topic id="Webmonkey RDF Geeks">
<child name="Paul" rdf:href="http://www.hotwired.com/members/profile/mrpaul"
smallIcon="http://www.webmonkey.com/authors/images/paul_smallIcon.gif"/>
<child name="Taylor" rdf:href="http://www.hotwired.com/members/profile/taylor"
smallIcon="http://www.webmonkey.com/authors/images/taylor_smallIcon.gif"/>
</Topic>
</child>
<child>
<Topic id="Webmonkey Network"
smallIcon="http://www.hotwired.com/rdf/objects/monkey_smallIcon.gif">
<child rdf:href="http://www.webmonkey.com/" name="Webmonkey"/>
<child rdf:href="http://www.pcwebopaedia.com/" name="PCWebopaedia"/>
<child rdf:href="http://www.insidedhtml.com" name="InsideDHTML"/>
<child rdf:href="http://www.highfive.com" name="High Five"/>
</Topic>
</child>
</Topic>
</RDF:RDF>
</pre>
</ul>
<p><a href="day1_3.html">>></a></p>
<p><b>Mozilla - Netscape源代码</b><br>
<font color="#FF0000">第一页</font> <a href="day1_1.html">Mozilla的新特征</a><br>
<font color="#FF0000">第二页</font> XML、RDF和sitemap<br>
<font color="#FF0000">第三页</font> <a href="day1_3.html">RDF Cheat Sheet</a><br>
<font color="#FF0000">第四页</font> <a href="day1_4.html">Sitemap和Navigation
Center</a></p>
<p>[第1天][<a href="day2_1.html">第2天</a>]</p>
<!-- #EndEditable --></div>
</td>
<!-- End of search box and directories (columns 2 and 3: middle columns, combined into one) -->
<!-- Gutter between columns 3 and 4 --> <!-- Other stuff (column 4: right column) -->
<!-- End of other stuff (column 4: right column) --> </tr>
</table>
<!-- End of table surrounding page contents -->
<hr noshade size=1 width=700>
<span class=eng><br>
Copyright (C) 1998-2000 Internet Technologies China. All rights reserved.
</span>
</center>
</body>
<!-- #EndTemplate --></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -