source: pst/sgml/sgml-dtd-3.xml@ 50d3491a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 50d3491a was 50d3491a, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 43

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2320 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[50d3491a]1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY sgml-dtd-3-download-http "http://www.docbook.org/sgml/3.1/docbk31.zip">
7 <!ENTITY sgml-dtd-3-download-ftp "ftp://ftp.rutgers.edu/pub/kde/devel/docbook/SOURCES/docbk31.zip">
8 <!ENTITY sgml-dtd-3-size "60 KB">
9 <!ENTITY sgml-dtd-3-buildsize "336 KB">
10 <!ENTITY sgml-dtd-3-time "0.01 SBU">
11]>
12
[b028890]13<sect1 id="sgml-dtd-3" xreflabel="DocBook SGML DTD-&sgml-dtd-3-version;">
[dd3f20f0]14<?dbhtml filename="sgml-dtd-3.html"?>
[b028890]15<title>DocBook SGML DTD-&sgml-dtd-3-version;</title>
[fc1d0ba7]16
[50d3491a]17<sect2>
18<title>Introduction to <application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application></title>
19
20<para>The <application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application> package contains document type definitions for verification of
21<acronym>SGML</acronym> data files against the DocBook rule set. These are
22useful for structuring books and software documentation to a standard
23allowing you to utilize transformations already written for that
24standard.</para>
25
26<sect3><title>Package information</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Download (HTTP): <ulink
29url="&sgml-dtd-3-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink
31url="&sgml-dtd-3-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &sgml-dtd-3-size;</para></listitem>
33<listitem><para>Estimated Disk space required:
34&sgml-dtd-3-buildsize;</para></listitem>
35<listitem><para>Estimated build time:
36&sgml-dtd-3-time;</para></listitem></itemizedlist>
37</sect3>
38
39<sect3><title><application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application> dependencies</title>
40<sect4><title>Required</title>
41<para><xref linkend="sgml-common"/></para></sect4>
42</sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application></title>
48
49<para>Install <application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application> by running the following commands:</para>
50
51<screen><userinput><command>cp docbook.cat docbook.cat.orig &amp;&amp;
52sed -e '/ISO 8879/d' docbook.cat.orig > docbook.cat &amp;&amp;
53cp docbook.cat docbook.cat.orig &amp;&amp;
54sed -e '/gml/d' docbook.cat.orig > docbook.cat &amp;&amp;
55cp docbook.cat docbook.cat.orig &amp;&amp;
56sed -e 's|DTDDECL "-//OASIS//DTD DocBook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
57 docbook.cat.orig > docbook.cat &amp;&amp;
58install -d /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
59chown -R root:root . &amp;&amp;
60chmod -R 755 . &amp;&amp;
61install docbook.cat /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &amp;&amp;
62cp -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
63install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-3-version;.cat \
64 /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &amp;&amp;
65install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-3-version;.cat \
66 /etc/sgml/sgml-docbook.cat</command></userinput></screen>
67
68</sect2>
69
70<sect2>
71<title>Command explanations</title>
72
73<para><screen><command>cp docbook.cat docbook.cat.orig
74sed -e '/ISO 8879/d' docbook.cat.orig > docbook.cat
75cp docbook.cat docbook.cat.orig
76sed -e '/gml/d' docbook.cat.orig > docbook.cat</command></screen>
77These commands remove the ENT definitions from the catalog file.</para>
78
79<para><screen><command>cp docbook.cat docbook.cat.orig
80sed -e 's|DTDDECL "-//OASIS//DTD Docbook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
81 docbook.cat.orig > docbook.cat</command></screen>
82This command replaces the DTDDECL catalog entry, which is not supported
83by Linux <acronym>SGML</acronym> tools, with the SGMLDECL catalog entry.</para>
84
85</sect2>
86
87<sect2>
88<title>Configuring <application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application></title>
89
90<sect3><title>Config files</title>
91<para><filename>/etc/sgml/catalog</filename></para>
92</sect3>
93
94<sect3><title>Configuration Information</title>
95
96<para>The above installation script updates the catalog.</para>
97
98<para>Using only the most current 3.x version of
99<application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application> requires the following:</para>
100<screen><userinput><command>cat &gt;&gt; /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &lt;&lt; "EOF"</command>
101 -- Begin Single Major Version catalog changes --
102
103PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd"
104
105 -- End Single Major Version catalog changes --
106<command>EOF</command></userinput></screen>
107
108</sect3>
109
110</sect2>
111
112<sect2>
113<title>Contents</title>
114
115<para>The <application>DocBook <acronym>SGML</acronym> <acronym>DTD</acronym></application> package contains <filename>DTD</filename> files and
116<filename>MOD</filename> files.</para>
117
118</sect2>
119
120<sect2><title>Description</title>
121
122<sect3><title>DTD files</title>
123<para><filename>DTD</filename> files contain a document type definition which
124defines the element types and the attribute lists that can be used in the
125corresponding <acronym>SGML</acronym> files.</para></sect3>
126
127<sect3><title>MOD files</title>
128<para><filename>MOD</filename> files contain components of the document type
129definition that are sourced into the <filename>DTD</filename> files.</para></sect3>
130
131</sect2>
[fc1d0ba7]132
133</sect1>
134
Note: See TracBrowser for help on using the repository browser.