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"/> 8 9 <!-- TODO: consider refactoring to stage-specific configurations --> 10 <xsl:include href="config.xsl"/> 11 12</xsl:stylesheet> 13