1 2 3 4 5 6 7 8 9 10
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xt="http://www.jclark.com/xt" extension-element-prefixes="xt" version="1.0"> <xsl:import href="docbook.xsl"/> <xsl:include href="chunk-common.xsl"/> <xsl:include href="xtchunker.xsl"/> </xsl:stylesheet>