summaryrefslogtreecommitdiffstats
path: root/docs-tutorial-zh_CN.xml
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-12-28 00:40:27 +0000
committerPaul W. Frields <stickster@gmail.com>2005-12-28 00:40:27 +0000
commitfb952d35665035106d5a0f2fd3c79898dfb3c47e (patch)
tree7df52ef125a611b41b61f494d448c484a138eb91 /docs-tutorial-zh_CN.xml
parentabd288f71df42ac1f3b264b1af770b1b1f47e89e (diff)
Update to use new entity standards
Diffstat (limited to 'docs-tutorial-zh_CN.xml')
-rw-r--r--docs-tutorial-zh_CN.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-tutorial-zh_CN.xml b/docs-tutorial-zh_CN.xml
index 6a7e494..a24e3bc 100644
--- a/docs-tutorial-zh_CN.xml
+++ b/docs-tutorial-zh_CN.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Id: docs-tutorial-zh_CN.xml,v 1.2 2005/12/17 13:28:38 bbbush Exp $ --><chapter id="ch-tutorial">
+<!-- $Id: docs-tutorial-zh_CN.xml,v 1.3 2005/12/28 00:40:27 pfrields Exp $ --><chapter id="ch-tutorial">
<title>文档的布局</title>
<para>在本章您将看到 &PROJECT; 文档中,主控文件的示例。这个示例与 Docs Project 处理 DocBook XML 的方式相关。主控文件包含文档的主要结构,以及到定义公共实体的文件的链接,还包括定义文档版本和日期的实体。</para>
<sect1 id="s1-tutorial-parent">
@@ -15,7 +15,7 @@
&lt;!ENTITY VERSION "0.1"&gt; &lt;!-- change version of tutorial here --&gt;
-&lt;!ENTITY BOOKID "example-tutorial-&amp;VERSION; (2003-07-07)"&gt; &lt;!-- change last modified date here --&gt;
+&lt;!ENTITY DOCID "example-tutorial-&amp;VERSION; (2003-07-07)"&gt; &lt;!-- change last modified date here --&gt;
&lt;!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"&gt;