gstreamer/docs/full.xsl
David I. Lehn dc8590962b redo autobuilt docs system with fancy XInclude features
Original commit message from CVS:
redo autobuilt docs system with fancy XInclude features
2003-07-09 23:51:45 +00:00

6 lines
248 B
XML

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
<xsl:param name="section.autolabel" select="1"/>
<xsl:template match="section[@role = 'notintoc']" mode="toc"/>
</xsl:stylesheet>