1 2 3 4 5 6 7 8 9 10
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" version="1.0" exclude-result-prefixes="doc"> <xsl:import href="../html/chunk.xsl"/> <xsl:include href="javahelp-common.xsl"/> </xsl:stylesheet>