]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/docca/include/docca/extract-xml-pages.xsl
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / docca / include / docca / extract-xml-pages.xsl
CommitLineData
f67539c2
TL
1<xsl:stylesheet version="3.0"
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 xmlns:d="http://github.com/vinniefalco/docca"
5 exclude-result-prefixes="xs d">
6
7 <xsl:import href="base-extract-xml-pages.xsl"/>
1e59de90 8 <xsl:import href="base-config.xsl"/>
f67539c2 9
1e59de90
TL
10 <!-- Custom config module copied from project-specific directory -->
11 <xsl:include href="custom-overrides.xsl"/>
f67539c2
TL
12
13</xsl:stylesheet>