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 <[email protected]> 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; ]> _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
