mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
35627f240f
The "Clutter Cookbook" is a document designed to contain solutions to common problems applications developers might encounter when using Clutter. It is meant as a companion to the API reference but it requires knowledge of the Clutter API and framework.
15 lines
485 B
XML
15 lines
485 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">
|
|
|
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
|
|
|
|
<!-- Use stylesheet -->
|
|
<xsl:param name="html.stylesheet" select="'style.css'"/>
|
|
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
|
|
|
|
</xsl:stylesheet>
|
|
|