]> granicus.if.org Git - docbook-dsssl/commitdiff
Added punct.honorific parameter
authorNorman Walsh <ndw@nwalsh.com>
Wed, 28 Nov 2001 13:45:43 +0000 (13:45 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 28 Nov 2001 13:45:43 +0000 (13:45 +0000)
xsl/common/common.xsl
xsl/fo/param.ent
xsl/fo/param.xweb
xsl/html/param.ent
xsl/html/param.xweb

index e3c2f1e0bd209690c1d64c973b907351b418c7a4..bbcda48e6cf38228bb1a056535fa8068bee4e57d 100644 (file)
@@ -453,7 +453,8 @@ Defaults to the context node.</para>
           <!-- The family-given style applies a convention for identifying given -->
           <!-- and family names in locales where it may be ambiguous -->
           <xsl:if test="$has_h">
-            <xsl:value-of select="$h_nl"/>.
+            <xsl:value-of select="$h_nl"/>
+            <xsl:value-of select="$punct.honorific"/>
           </xsl:if>
 
           <xsl:if test="$has_s">
index 88c8d8c5ced570a90f9044aefb1bc5be3536106f..4b7eaac6adb3d287c734cc2a2d8dd33dc59e5ce6 100644 (file)
 <!ENTITY table.border.color SYSTEM "../params/table.border.color.xml">
 <!ENTITY title.margin.left SYSTEM "../params/title.margin.left.xml">
 <!ENTITY table.entry.padding SYSTEM "../params/table.entry.padding.xml">
+
+<!ENTITY punct.honorific SYSTEM "../params/punct.honorific.xml">
index ebf7c5683b92e9ab15effea1df95a8398cb077c6..474b4bef221fdab33a73937b3082f818b104ecf6 100644 (file)
@@ -174,6 +174,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 &table.border.style;
 &table.border.color;
 &title.margin.left;
+&punct.honorific;
 
 </reference>
 
@@ -312,6 +313,7 @@ around all these parameters.</para>
 <src:fragref linkend="table.border.style.frag"/>
 <src:fragref linkend="table.border.color.frag"/>
 <src:fragref linkend="title.margin.left.frag"/>
+<src:fragref linkend="punct.honorific.frag"/>
 
 </xsl:stylesheet>
 </src:fragment>
index 2be31036d17c7ee918c220c86df01325359cb9dc..6f5acc47153ad95ee8a0bcf83cce43257f8137cb 100644 (file)
 <!ENTITY htmlhelp.hhc SYSTEM "../params/htmlhelp.hhc.xml">
 <!ENTITY htmlhelp.hhp.tail SYSTEM "../params/htmlhelp.hhp.tail.xml">
 <!ENTITY htmlhelp.enumerate.images SYSTEM "../params/htmlhelp.enumerate.images.xml">
+<!ENTITY punct.honorific SYSTEM "../params/punct.honorific.xml">
 <!ENTITY htmlhelp.force.map.and.alias SYSTEM "../params/htmlhelp.force.map.and.alias.xml">
 <!ENTITY htmlhelp.map.file SYSTEM "../params/htmlhelp.map.file.xml">
 <!ENTITY htmlhelp.alias.file SYSTEM "../params/htmlhelp.alias.file.xml">
+
index 8d35b1b51484a00f6fc4c1f9fbeee6bc3a6b9b35..561a9c1429678a785601c26a6c4d36aa8d6b118e 100644 (file)
@@ -217,6 +217,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 &show.revisionflag;
 &shade.verbatim;
 &shade.verbatim.style;
+&punct.honorific;
 </reference>
 
 <reference><title>Chunking</title>
@@ -374,6 +375,7 @@ around all these parameters.</para>
 <src:fragref linkend="section.label.includes.component.label.frag"/>
 <src:fragref linkend="shade.verbatim.frag"/>
 <src:fragref linkend="shade.verbatim.style.frag"/>
+<src:fragref linkend="punct.honorific.frag"/>
 <src:fragref linkend="show.comments.frag"/>
 <src:fragref linkend="show.revisionflag.frag"/>
 <src:fragref linkend="spacing.paras.frag"/>