Restore <replaceable> tags lost after DocBook 5 conversion.
This commit is contained in:
parent
97279a6a9f
commit
879b304d92
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44065
1 changed files with 7 additions and 7 deletions
|
|
@ -312,7 +312,7 @@
|
|||
<para>An element's attributes are written
|
||||
<emphasis>inside</emphasis> the start tag for that element, and
|
||||
take the form
|
||||
<literal>attribute-name="attribute-value"</literal>.</para>
|
||||
<literal><replaceable>attribute-name</replaceable>="<replaceable>attribute-value</replaceable>"</literal>.</para>
|
||||
|
||||
<para>In <acronym>XHTML</acronym>, the <tag>p</tag>
|
||||
element has an attribute called
|
||||
|
|
@ -615,9 +615,9 @@ example.xml:5: element head: validity error : Element head content does not foll
|
|||
superset) of <acronym>XML</acronym>.</para>
|
||||
|
||||
<para>Otherwise, this string will either look like
|
||||
<literal>-//Owner</literal>
|
||||
<literal>-//<replaceable>Owner</replaceable></literal>
|
||||
or
|
||||
<literal>+//Owner</literal>
|
||||
<literal>+//<replaceable>Owner</replaceable></literal>
|
||||
(notice the only difference is the leading
|
||||
<literal>+</literal> or <literal>-</literal>).</para>
|
||||
|
||||
|
|
@ -898,7 +898,7 @@ example.xml:5: element head: validity error : Element head content does not foll
|
|||
|
||||
<para>To include the text of a general entity in the document,
|
||||
include
|
||||
<literal>&entity-name;</literal>
|
||||
<literal>&<replaceable>entity-name</replaceable>;</literal>
|
||||
in the text. For example, consider a general entity called
|
||||
<literal>current.version</literal> which expands to the
|
||||
current version number of a product. To use it in the
|
||||
|
|
@ -962,7 +962,7 @@ example.xml:5: element head: validity error : Element head content does not foll
|
|||
<para>Parameter entity definitons are similar to those for
|
||||
general entities. However, parameter entries are included
|
||||
with
|
||||
<literal>%entity-name;</literal>.
|
||||
<literal>%<replaceable>entity-name</replaceable>;</literal>.
|
||||
The definition also includes the <literal>%</literal> between
|
||||
the <literal>ENTITY</literal> keyword and the name of the
|
||||
entity.</para>
|
||||
|
|
@ -1226,7 +1226,7 @@ example.xml:5: element head: validity error : Element head content does not foll
|
|||
<step>
|
||||
<para>Load <filename>example.html</filename> into the web
|
||||
browser and confirm that the
|
||||
<filename>paran.xml</filename>
|
||||
<filename>para<replaceable>n</replaceable>.xml</filename>
|
||||
files have been included in
|
||||
<filename>example.html</filename>.</para>
|
||||
</step>
|
||||
|
|
@ -1287,7 +1287,7 @@ example.xml:5: element head: validity error : Element head content does not foll
|
|||
<step>
|
||||
<para>Load <filename>example.html</filename> into the web
|
||||
browser and confirm that the
|
||||
<filename>paran.xml</filename>
|
||||
<filename>para<replaceable>n</replaceable>.xml</filename>
|
||||
files have been included in
|
||||
<filename>example.html</filename>.</para>
|
||||
</step>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue