From: Michael Smith Date: Wed, 6 Jul 2005 05:07:25 +0000 (+0000) Subject: Added "namespace" attributes to non-DocBook s, to prevent X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fecfc8a1db8de3b6ba11342c9b110c81f95aeaa;p=docbook-dsssl Added "namespace" attributes to non-DocBook s, to prevent them from being converted to TDG hyperlinks. --- diff --git a/xsl/params/man.charmap.subset.profile.xml b/xsl/params/man.charmap.subset.profile.xml index 13b565919..d301fdb96 100644 --- a/xsl/params/man.charmap.subset.profile.xml +++ b/xsl/params/man.charmap.subset.profile.xml @@ -40,8 +40,9 @@ instead of the full roff character map. The value of man.charmap.subset.profile is a string representating an XPath expression that matches attribute -names and values for output-character elements in the -character map. +names and values for output-character elements in the character map. The attributes supported in the Description The man.string.subst.map 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 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 man.charmap.enabled parameter is non-zero, before applying the roff character map. @@ -97,24 +97,30 @@ particular customization of the DocBook XSL stylesheets. -The map contains one or more substitution elements, -each of which has two attributes: - - - oldstring - - string to replace - - - - newstring - - string with which to replace oldstring - - - - + + Contents of the substitution map + The string-substitution map contains one or more substitution elements, each of which has two attributes: + + + oldstring + + string to replace + + + + newstring + + string with which to replace oldstring + + + + It may also include XML comments (that is, delimited with + "<!--" and "-->"). + + About adding backslashes before dots