frontpage.xml

来自「XML tutorial」· XML 代码 · 共 98 行

XML
98
字号
<!DOCTYPE frontPage [  <!ENTITY languageMenu SYSTEM "../Data/languageLabels.inc"> ]><frontPage lang='eng' xmlns:html="http://www.w3.org/TR/REC-html40"   idref="z19991207" dclinkdir="../Output/">  <menu>    <items>      <a id="index" target="_top" class="naviBlack" href="../Output/example1.html">Start</a>      <a id="index" target="_top" class="naviBlack" href="./contents.html">Contents</a>    </items>  </menu>	<languageMenu>            &languageMenu;	</languageMenu> <head>  <author id="nicmila"/>  <title>XML Tutorial</title> </head> <body>  <section>   <title>Introduction</title>   <para>XML is described in <html:a href="http://www.w3.org/TR/REC-xml">XML 1.0 standard</html:a>. In this tutorial selected XML  features are demonstrated on many examples.</para>  </section><section><para>You can start from :</para><list><item><html:a href="../Output/example1.html">Example 1</html:a></item><item><html:a href="contents.html">Contents</html:a></item></list></section>  <section>   <title>See also</title>   <list>    <item>     <link idref="z19991203">DTD tutorial</link>    </item>    <item>     <link idref="z20000810d">XML Namespace tutorial</link>    </item>    <item>     <link idref="z20001220">XHTML 1.0 reference</link>     </item>    <item>     <link idref="z20001221">XHTML Basic</link>    </item>   </list>  <zvonXSLT/>  </section>  <keywords/>  <zvon/>  <downloads/> </body> <appendix> <referrer id="XML+Tutorial"/>  <copyright id="systinet" year="2000"/>  <zvonLink id="zvonLink1"/>  <licence id="FDL"/>  <licence id="GPL"/>  <program id="saxon"/>  <program id="python"/> </appendix><indexFrame file="General/book_en.html" upbarlink="/xxl/XMLTutorial/Output/_upbar.html">  <frame name="frontpage" src="introduction.html" marginheight="0" marginwidth="0" frameborder="0"/> <links/></indexFrame></frontPage>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?