]> granicus.if.org Git - docbook-dsssl/commitdiff
Added normalize-space() function for summary
authorBob Stayton <bobs@sagehill.net>
Fri, 18 Jul 2003 04:13:49 +0000 (04:13 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 18 Jul 2003 04:13:49 +0000 (04:13 +0000)
used as an attribute value.

website/xsl/tabular.xsl

index 7bbf0798b837fff8ebeb0164807934c0394992c8..03e396aa2ea75ca5b6ed82b773b6d9a59150f04f 100644 (file)
         <table xsl:use-attribute-sets="table.properties" border="0">
           <xsl:if test="$nav.table.summary!=''">
             <xsl:attribute name="summary">
-              <xsl:value-of select="$nav.table.summary"/>
+              <xsl:value-of select="normalize-space($nav.table.summary)"/>
             </xsl:attribute>
           </xsl:if>
           <tr>