diff options
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml index 3412241d7a..96d2c60d0a 100644 --- a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml @@ -29,7 +29,9 @@ POSSIBILITY OF SUCH DAMAGE. --> -<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="xml-primer"> +<chapter xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" + xml:id="xml-primer"> <title>XML Primer</title> <para>Most <acronym>FDP</acronym> documentation is written with @@ -38,8 +40,8 @@ documentation source, and the <acronym>XML</acronym> techniques used.</para> - <para>Portions of this section were inspired by Mark Galassi's - <link xlink:href="http://www.galassi.org/mark/mydocs/docbook-intro/docbook-intro.html">Get + <para>Portions of this section were inspired by Mark Galassi's <link + xlink:href="http://www.galassi.org/mark/mydocs/docbook-intro/docbook-intro.html">Get Going With DocBook</link>.</para> <sect1 xml:id="xml-primer-overview"> @@ -219,8 +221,10 @@ <para>For an element called <replaceable>element-name</replaceable> the start tag will - normally look like <tag class="starttag"><replaceable>element-name</replaceable></tag>. - The corresponding closing tag for this element is <tag class="endtag"><replaceable>element-name</replaceable></tag>.</para> + normally look like <tag + class="starttag"><replaceable>element-name</replaceable></tag>. + The corresponding closing tag for this element is <tag + class="endtag"><replaceable>element-name</replaceable></tag>.</para> <example> <title>Using an Element (Start and End Tags)</title> @@ -360,14 +364,13 @@ <title>To Do…</title> <para>Before running the examples in this document, install - <package>textproc/docproj</package> from - the &os; Ports Collection. This is a - <emphasis>meta-port</emphasis> that downloads and installs - the standard programs and supporting files needed by the - Documentation Project. &man.csh.1; users must use - <command>rehash</command> for the shell to recognize new - programs after they have been installed, or log out - and then log back in again.</para> + <package>textproc/docproj</package> from the &os; Ports + Collection. This is a <emphasis>meta-port</emphasis> that + downloads and installs the standard programs and supporting + files needed by the Documentation Project. &man.csh.1; users + must use <command>rehash</command> for the shell to recognize + new programs after they have been installed, or log out and + then log back in again.</para> <procedure> <step> @@ -486,7 +489,8 @@ example.xml:5: element head: validity error : Element head content does not foll </varlistentry> <varlistentry> - <term><literal>PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"</literal></term> + <term><literal>PUBLIC "-//W3C//DTD XHTML 1.0 + Transitional//EN"</literal></term> <listitem> <para>Lists the Formal Public Identifier @@ -505,7 +509,8 @@ example.xml:5: element head: validity error : Element head content does not foll <acronym>DTD</acronym> referenced in the <acronym>FPI</acronym>. Other ways of telling the <acronym>XML</acronym> parser how to find the - <acronym>DTD</acronym> are shown <link linkend="xml-primer-fpi-alternatives">later</link>.</para> + <acronym>DTD</acronym> are shown <link + linkend="xml-primer-fpi-alternatives">later</link>.</para> </listitem> </varlistentry> @@ -539,7 +544,7 @@ example.xml:5: element head: validity error : Element head content does not foll <note> <para>It is not necessary to know this, but it is useful background, and might help debug problems when the - <acronym>XML</acronym> processor can not locate the + <acronym>XML</acronym> processor cannot locate the <acronym>DTD</acronym>.</para> </note> |