<!-- 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">
+
+<script type="text/javascript"><![CDATA[
if (typeof(prettyPrint) !== undefined) {
prettyPrint();
}
-</script>
+]]></script>
</xsl:template>
<!-- /bottom -->
</xsl:template>
<!-- /higlight -->
+
<!-- ==================================================================== -->
<!-- (sub)section titles -->
<!-- ==================================================================== -->