mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
52ec4f4e5b
Original commit message from CVS: * add core elements to the registry pool plugin list * fix python check
19 lines
783 B
XML
19 lines
783 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version='1.0'
|
|
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
|
exclude-result-prefixes="#default">
|
|
|
|
<!-- This file is for customizing the default XSL stylesheets. -->
|
|
<!-- We include them here (this one is for print output): -->
|
|
<xsl:import
|
|
href="http://docbook.sourceforge.net/release/xsl/1.50.0/fo/docbook.xsl"/>
|
|
|
|
<!-- .. and customize them here: -->
|
|
<xsl:include href="ulink.xsl"/>
|
|
<xsl:include href="keycombo.xsl"/>
|
|
<xsl:param name="body.font.family" select="'serif'"/>
|
|
<xsl:param name="sans.font.family" select="'sans-serif'"/>
|
|
<xsl:param name="title.font.family" select="'sans-serif'"/>
|
|
|
|
</xsl:stylesheet>
|