wayland/doc/publican/xsl/docbook-config.xsl
Pekka Paalanen 8c9aedf36e doc: move docbook config to a file
I think it's nicer to have the configuration in a separate file, and not
clutter the Meson file. Yes, the XML syntax is inconvenient.

This patch does not change the generated output.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2026-01-21 10:46:23 +02:00

11 lines
516 B
XML

<?xml version='1.0' encoding='utf-8' ?>
<!-- See: https://docbook.sourceforge.net/release/xsl/current/doc/html/index.html -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
<xsl:param name="chunk.section.depth">0</xsl:param>
<xsl:param name="toc.section.depth">1</xsl:param>
<xsl:param name="generate.consistent.ids">1</xsl:param>
<xsl:param name="html.stylesheet">css/default.css</xsl:param>
</xsl:stylesheet>