summaryrefslogtreecommitdiff
path: root/plugins.xsl
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-30 18:55:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-30 18:55:48 +0000
commit3fb3bedc9180bab9dc8c2dc784c9327bd1cc8109 (patch)
tree04a02ce3c744ea29061b696ecff51d69342d038b /plugins.xsl
parent89d82b662da00096b70e70a7a102b294acaae6dd (diff)
downloadgstreamer-common-3fb3bedc9180bab9dc8c2dc784c9327bd1cc8109.tar.gz
make module a param
Original commit message from CVS: * common/gtk-doc-plugins.mak: * common/plugins.xsl: * docs/plugins/Makefile.am: make module a param
Diffstat (limited to 'plugins.xsl')
-rw-r--r--plugins.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins.xsl b/plugins.xsl
index bf35d39..fc593aa 100644
--- a/plugins.xsl
+++ b/plugins.xsl
@@ -9,11 +9,12 @@
doctype-public ="-//OASIS//DTD DocBook XML V4.1.2//EN"
doctype-system = "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"/>
+<xsl:param name="module" />
<xsl:template match="element">
<xsl:element name="varlistentry">
<xsl:element name="term">
<xsl:element name="link">
- <xsl:attribute name="linkend">gst-plugins-base-plugins-<xsl:value-of select="name"/></xsl:attribute>
+ <xsl:attribute name="linkend"><xsl:value-of select="$module" />-plugins-<xsl:value-of select="name"/></xsl:attribute>
<xsl:value-of select="name" />
</xsl:element>
</xsl:element>
@@ -59,7 +60,7 @@
<xsl:template match="plugin">
<xsl:element name="refentry">
- <xsl:attribute name="id">gst-plugins-base-plugins-plugin-<xsl:value-of select="name"/></xsl:attribute>
+ <xsl:attribute name="id"><xsl:value-of select="$module" />-plugins-plugin-<xsl:value-of select="name"/></xsl:attribute>
<xsl:element name="refmeta">
<xsl:element name="refentrytitle">