From: Mauritz Jeanson Date: Thu, 12 Jul 2007 08:59:51 +0000 (+0000) Subject: Added role/class attributes on some s to prevent generation of TDG links for... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93f09785956f266f2ad11148924f52b312c2c3c2;p=docbook-dsssl Added role/class attributes on some s to prevent generation of TDG links for DocBook attributes and HTML elements. --- diff --git a/xsl/params/generate.meta.abstract.xml b/xsl/params/generate.meta.abstract.xml index 62176b261..521527b54 100644 --- a/xsl/params/generate.meta.abstract.xml +++ b/xsl/params/generate.meta.abstract.xml @@ -10,7 +10,7 @@ generate.meta.abstract -Generate HTML META element from abstract? +Generate HTML META element from abstract? @@ -22,7 +22,7 @@ Description If non-zero, document abstracts will be reproduced in the HTML -HEAD with meta name="description" content="...". +HEAD with meta name="description" content="...". diff --git a/xsl/params/index.on.type.xml b/xsl/params/index.on.type.xml index e19dfbc8e..1d20226b3 100644 --- a/xsl/params/index.on.type.xml +++ b/xsl/params/index.on.type.xml @@ -10,7 +10,7 @@ index.on.type -Select indexterms based on type +Select indexterms based on type attribute value @@ -25,24 +25,24 @@ attribute value If non-zero, then an index element that has a -type attribute +type attribute value will contain only those indexterm elements with a matching type attribute value. -If an index has no type +If an index has no type attribute or it is blank, then the index will contain all indexterms in the current scope. If index.on.type is zero, then the -type attribute has no effect +type attribute has no effect on selecting indexterms for an index. For those using DocBook version 4.2 or earlier, the type attribute is not available for index terms. However, you can achieve the same -effect by using the role attribute +effect by using the role attribute in the same manner on indexterm and index, and setting the stylesheet parameter index.on.role to a nonzero value. diff --git a/xsl/params/use.embed.for.svg.xml b/xsl/params/use.embed.for.svg.xml index f7c52cc5f..dbf0b0668 100644 --- a/xsl/params/use.embed.for.svg.xml +++ b/xsl/params/use.embed.for.svg.xml @@ -10,7 +10,7 @@ use.embed.for.svg -Use HTML embed for SVG? +Use HTML embed for SVG? @@ -21,10 +21,10 @@ Description -If non-zero, an embed element will be created for -SVG figures. An object is always created, -this parameter merely controls whether or not an additional embed -is generated inside the object. +If non-zero, an embed element will be created for +SVG figures. An object is always created, +this parameter merely controls whether or not an additional embed +is generated inside the object. On the plus side, this may be more portable among browsers and plug-ins. On the minus side, it isn't valid HTML.