]> granicus.if.org Git - docbook-dsssl/commitdiff
Made attribute-sets members of the param list. This enables links to attribute-sets...
authorMauritz Jeanson <mj@johanneberg.com>
Tue, 19 Feb 2008 18:52:35 +0000 (18:52 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Tue, 19 Feb 2008 18:52:35 +0000 (18:52 +0000)
reference documentation.

xsl/tools/xsl/build/make-xsl-params.xsl

index 93f350f6bdba7117e034c58696f60449f4c6df7e..4440226757a1ea246e2dceacc5028ccead460f58 100644 (file)
@@ -97,7 +97,7 @@
       <xsl:variable name="param.xsl" select="concat('../../../', $dir, '/', 'param.xsl')"/>
       <xslt:variable name="xsl-{$adjusted-dir}-parameters-list">
         <simplelist role="param">
-          <xsl:for-each select="document($param.xsl)//*[local-name() = 'param']">
+          <xsl:for-each select="document($param.xsl)//*[local-name() = 'param' or local-name() = 'attribute-set']">
             <xsl:sort select="@name"/>
             <member><xsl:value-of select="@name"/></member>
           </xsl:for-each>