diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-17 11:20:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-17 11:20:38 +0000 |
commit | f6daa2a296cb55aa526e0ef2d98dfb1ccd04a745 (patch) | |
tree | b4a5f4802a7598c54b275c855533cdd61e6d8e5d /en_US.ISO8859-1/books/fdp-primer/xml-primer | |
parent | 738b9546a99bcda455a2bf7c45a8cf99f01819b3 (diff) | |
download | doc-f6daa2a296cb55aa526e0ef2d98dfb1ccd04a745.tar.gz doc-f6daa2a296cb55aa526e0ef2d98dfb1ccd04a745.zip |
Add missing xml:id to sectx elements.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=51563
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/xml-primer')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml | 20 |
1 files changed, 10 insertions, 10 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 3386f93c51..2eecf4f9bd 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 @@ -356,7 +356,7 @@ in an environment variable so they can be found by the document build tools.</para> - <sect2> + <sect2 xml:id="xml-primer-elements-to-do"> <title>To Do…</title> <para>Before running the examples in this document, install @@ -528,7 +528,7 @@ example.xml:5: element head: validity error : Element head content does not foll </varlistentry> </variablelist> - <sect2> + <sect2 xml:id="doctype-declaration-fpi"> <title>Formal Public Identifiers (<acronym>FPI</acronym>s)</title> @@ -638,7 +638,7 @@ example.xml:5: element head: validity error : Element head content does not foll </varlistentry> </variablelist> - <sect3> + <sect3 xml:id="doctype-declaration-fpi-catalog"> <title><filename>catalog</filename> Files</title> <para>With the syntax above, an <acronym>XML</acronym> @@ -752,7 +752,7 @@ example.xml:5: element head: validity error : Element head content does not foll <programlisting><!-- This comment--is wrong --></programlisting> </example> - <sect2> + <sect2 xml:id="xml-primer-comments-to-do"> <title>To Do…</title> <procedure> @@ -886,7 +886,7 @@ example.xml:5: element head: validity error : Element head content does not foll </example> </sect2> - <sect2> + <sect2 xml:id="xml-primer-to-do"> <title>To Do…</title> <procedure> @@ -1020,7 +1020,7 @@ example.xml:5: element head: validity error : Element head content does not foll </warning> </sect2> - <sect2> + <sect2 xml:id="xml-primer-include-parameter"> <title>Using Parameter Entities to Include Files</title> <para>Parameter entities can only be used inside an @@ -1073,10 +1073,10 @@ example.xml:5: element head: validity error : Element head content does not foll </example> </sect2> - <sect2> + <sect2 xml:id="xml-primer-include-parameter-to-do"> <title>To Do…</title> - <sect3> + <sect3 xml:id="xml-primer-include-general-entities-include"> <title>Use General Entities to Include Files</title> <procedure> @@ -1134,7 +1134,7 @@ example.xml:5: element head: validity error : Element head content does not foll </procedure> </sect3> - <sect3> + <sect3 xml:id="xml-primer-include-parameter-entities-include"> <title>Use Parameter Entities to Include Files</title> <note> @@ -1366,7 +1366,7 @@ example.xml:5: element head: validity error : Element head content does not foll </sect3> </sect2> - <sect2> + <sect2 xml:id="xml-primer-marked-section-keywords-to-do"> <title>To Do…</title> <procedure> |