2 <xsl:stylesheet xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform"
3 xmlns:
fo=
"http://www.w3.org/1999/XSL/Format"
5 <xsl:param name=
"chunk.section.depth" select=
"0"></xsl:param>
6 <xsl:param name=
"css.decoration" select=
"0"></xsl:param>
7 <xsl:param name=
"toc.list.type">ul
</xsl:param>
8 <xsl:param name=
"chunker.output.encoding" select=
"'UTF-8'"></xsl:param>
9 <xsl:param name=
"chunker.output.doctype-public" select=
"'-//W3C//DTD HTML 4.01 Transitional//EN'"></xsl:param>
11 <xsl:param name="chunker.output.indent" select="'yes'"></xsl:param>
13 <xsl:param name=
"suppress.navigation" select=
"1"></xsl:param>
14 <xsl:param name=
"generate.toc" select=
"'book toc'"/>
15 <xsl:param name=
"html.stylesheet" select=
"'default.css'"/>
17 <xsl:template name=
"user.footer.navigation">
18 <script type=
"text/javascript" src=
"find_selflink.js"></script>
19 <script type=
"text/javascript">
20 var gaJsHost = ((
"https:" == document.location.protocol) ?
"https://ssl." :
"http://www.");
21 document.write(unescape(
"%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
23 <script type=
"text/javascript">
24 var pageTracker = _gat._getTracker(
"UA-1901330-2");
25 pageTracker._initData();
26 pageTracker._trackPageview();