<!-- space separated list of blockelements defined in common.dtd -->
<!-- used for inline content catching in <example>s -->
<xsl:variable name="blockelements">
- p example note table ul ol dl pre img blockquote
+ p example note table ul ol dl pre highlight img blockquote
</xsl:variable>
<!-- relative path to /manual/ -->
<xsl:call-template name="super-menu"/>
</div> <!-- /footer -->
+
<script type="text/javascript">
- if (typeof(prettyPrint) !== undefined) {
- prettyPrint();
- }
-</script>
+<xsl:text disable-output-escaping="yes"><![CDATA[<!--//--><![CDATA[//><!--]]></xsl:text><![CDATA[
+if (typeof(prettyPrint) !== undefined) {
+ prettyPrint();
+}
+]]><xsl:text disable-output-escaping="yes"><![CDATA[//--><!]]]]>></xsl:text></script>
</xsl:template>
<!-- /bottom -->
</xsl:template>
<!-- /higlight -->
+
<!-- ==================================================================== -->
<!-- (sub)section titles -->
<!-- ==================================================================== -->