[Clfs-dev] [PATCH] To keep consistent utilizing oasis-open docbook-dtd-4.5

Cheng Renquan crquan at gmail.com
Mon May 25 21:05:42 PDT 2009


This patch is trying to keep consistent when utilizing oasis-open docbook-dtd

Occasionally when I was building clfs book on a machine with incomplete
docbook dtd support, xmllint reported an error that it did not know
how to handle oasis-open docbook-xml-4.3, I think this should be keep
consistent with other xml files of clfs book,

And with this patch applied, the whole clfs-sysroot-book can also build
well, while only depend on oasis-open docbook-dtd-4.5 trying to keep
the build dependency at minimum.

I've checked that the code in clfs/trunk/BOOK/ also need this patch.

Signed-off-by: Cheng Renquan <crquan at gmail.com>

Index: final-system/common/rsyslog.xml
===================================================================
--- final-system/common/rsyslog.xml	(revision 4951)
+++ final-system/common/rsyslog.xml	(working copy)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-  "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 ]>



More information about the Clfs-dev mailing list