From fb952d35665035106d5a0f2fd3c79898dfb3c47e Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 28 Dec 2005 00:40:27 +0000 Subject: Update to use new entity standards --- docs-tutorial-zh_CN.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-tutorial-zh_CN.xml') 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 @@ - + 文档的布局 在本章您将看到 &PROJECT; 文档中,主控文件的示例。这个示例与 Docs Project 处理 DocBook XML 的方式相关。主控文件包含文档的主要结构,以及到定义公共实体的文件的链接,还包括定义文档版本和日期的实体。 @@ -15,7 +15,7 @@ <!ENTITY VERSION "0.1"> <!-- change version of tutorial here --> -<!ENTITY BOOKID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> +<!ENTITY DOCID "example-tutorial-&VERSION; (2003-07-07)"> <!-- change last modified date here --> <!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"> -- cgit