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