mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
6fee15adad
Original commit message from CVS: no more admonition graphics (those pointing fingers beside 'notes' et al) because there's no standard path to find them.
18 lines
685 B
XML
18 lines
685 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 HTML output): -->
|
|
<xsl:import
|
|
href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
|
|
|
|
<!-- .. and customize them here: -->
|
|
<xsl:include href="fileext.xsl"/>
|
|
<xsl:include href="keycombo.xsl"/>
|
|
<!-- <xsl:include href="admon.xsl"/> -->
|
|
<xsl:include href="css.xsl"/>
|
|
|
|
</xsl:stylesheet>
|