Lines Matching +full:uri +full:- +full:js
8 <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml5/onechunk.xsl"/>
10 <!-- These two options generate a file named ID.xhtml, where ID is the value
13 http://www.sagehill.net/docbookxsl/OneChunk.html -->
17 <!-- html.stylesheet adds the specified stylesheet to the page headers.
19 -->
20 <xsl:param name="html.stylesheet">khronos-man.css</xsl:param>
24 <!-- Indent HTML, which requires using onechunk.xsl instead of docbook.xsl -->
27 <!-- Style parameters -->
31 <!-- Generate links in href= attributes for <citerefentry>. Note
32 that in the XSL-NS stylesheets, using the Docbook namespace
39 -->
40 <!-- The @href syntax isn't used by EGL at present -->
45 <xsl:value-of select="@href"/>
49 <xsl:value-of select="db:refentrytitle"/>
55 <!-- Reasonable defaults for tables -->
61 <!-- Add MathJax <script> tags to document <head> -->
62 <!-- Now that the xmlns:db is declared above, it gets emitted on the
64 -->
65 <!-- Per http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn
66 use their secure URI, instead of the HTTP URI
67 src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
68 -->
69 <!-- This isn't used by EGL at present -->
70 <!--
72 <script type="text/x-mathjax-config">
75 extensions: ["content-mathml.js"]
83 … src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
86 -->
88 <!-- Add boilerplate to XHTML page title element describing which
90 parameter which could be set on the command line -->
95 <xsl:copy-of select="$title"/>
96 <xsl:text> - EGL Reference Pages</xsl:text>
100 <!-- Root template for processing the document -->
103 <xsl:call-template name="user.preroot"/>
104 <xsl:call-template name="root.messages"/>
105 <xsl:apply-templates select="."/>
108 <!-- The directives in egl-man.xsl used to be here -->
110 <!-- The template refsect3 is inserted here to deal with the
112 copyright.inc.xsl -->
113 <!--
116 <xsl:call-template name="language.attribute"/>
117 <xsl:call-template name="anchor">
118 <xsl:with-param name="conditional" select="0"/>
119 </xsl:call-template>
120 <xsl:apply-templates/>
121 <xsl:value-of select="$copyright"/>
124 -->