Used to document the XSLT stylesheet file as a whole
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dxd="urn:doxsl:documentation:1.0" version="1.0"> <xsl:import href="foo.xsl"/> <xsl:include href="bar.xsl"/> <dxd:module> <dxd:description>Main stylesheet</dxd:description> </dxd:module> </xsl:stylesheet>