]> granicus.if.org Git - docbook-dsssl/commitdiff
Added "namespace" attributes to non-DocBook <tag>s, to prevent
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 6 Jul 2005 05:07:25 +0000 (05:07 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 6 Jul 2005 05:07:25 +0000 (05:07 +0000)
them from being converted to TDG hyperlinks.

xsl/params/man.charmap.subset.profile.xml
xsl/params/man.string.subst.map.xml

index 13b565919d62ec889b3296fc2aacd2aa726d8a66..d301fdb9608113188a1cbbef893e419ef8436d19 100644 (file)
@@ -40,8 +40,9 @@ instead of the full roff character map.</para>
 
 <para>The value of <parameter>man.charmap.subset.profile</parameter>
 is a string representating an XPath expression that matches attribute
-names and values for <tag>output-character</tag> elements in the
-character map.</para>
+names and values for <tag
+namespace="http://docbook.sf.net/xmlns/unichar/1.0"
+>output-character</tag> elements in the character map.</para>
 
 <para>The attributes supported in the <ulink
 url="http://docbook.sourceforge.net/snapshot/xsl/manpages/charmap.groff.xsl"
index 7aa38203d66b593df5626a7971caea2f45d995e7..f644e225b614b39533d08d0668491dad064626d7 100644 (file)
 <refsect1><title>Description</title>
 
 <para>The <parameter>man.string.subst.map</parameter> parameter
-contains a "map" that specifies a set of string substitutions to
-perform over the entire roff source for each man page, either just
-before generating final man-page output (that is, before writing
-man-page files to disk) or, if the value of the
+contains <link linkend="map">a map</link> that specifies a set of
+string substitutions to perform over the entire roff source for each
+man page, either just before generating final man-page output (that
+is, before writing man-page files to disk) or, if the value of the
 <parameter>man.charmap.enabled</parameter> parameter is non-zero,
 before applying the roff character map.</para>
 
@@ -97,24 +97,30 @@ particular customization of the DocBook XSL stylesheets.</para>
 
 </warning>
 
-<para>The map contains one or more <tag>substitution</tag> elements,
-each of which has two attributes:
-<variablelist>
-  <varlistentry>
-    <term>oldstring</term>
-    <listitem>
-      <simpara>string to replace</simpara>
-    </listitem>
-  </varlistentry>
-  <varlistentry>
-    <term>newstring</term>
-    <listitem>
-      <simpara>string with which to replace <tag class="attribute"
-      >oldstring</tag></simpara>
-    </listitem>
-  </varlistentry>
-</variablelist>
-</para>
+<refsect2 id="map">
+  <title>Contents of the substitution map</title>
+  <para>The string-substitution map contains one or more <tag
+  namespace="http://docbook.sf.net/xmlns/string.subst/1.0"
+  >substitution</tag> elements, each of which has two attributes:
+  <variablelist>
+    <varlistentry>
+      <term>oldstring</term>
+      <listitem>
+        <simpara>string to replace</simpara>
+      </listitem>
+    </varlistentry>
+    <varlistentry>
+      <term>newstring</term>
+      <listitem>
+        <simpara>string with which to replace <tag class="attribute"
+        >oldstring</tag></simpara>
+      </listitem>
+    </varlistentry>
+  </variablelist>
+  It may also include XML comments (that is, delimited with
+  "<literal>&lt;!--</literal>" and "<literal>--></literal>").
+  </para>
+</refsect2>
 
 <refsect2 id="Dots">
   <title>About adding backslashes before dots</title>