102f4aeb0Sopenharmony_ci<?xml version='1.0'?> 202f4aeb0Sopenharmony_ci<xsl:stylesheet 302f4aeb0Sopenharmony_ci xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 402f4aeb0Sopenharmony_ci 502f4aeb0Sopenharmony_ci<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/profile-docbook.xsl"/> 602f4aeb0Sopenharmony_ci 702f4aeb0Sopenharmony_ci<xsl:param name="funcsynopsis.style">ansi</xsl:param> 802f4aeb0Sopenharmony_ci<xsl:param name="citerefentry.link" select="'1'"></xsl:param> 902f4aeb0Sopenharmony_ci<xsl:template name="generate.citerefentry.link"><xsl:value-of select="refentrytitle"/>.xml</xsl:template> 1002f4aeb0Sopenharmony_ci 1102f4aeb0Sopenharmony_ci<xsl:template match="*" mode="process.root"> 1202f4aeb0Sopenharmony_ci <xsl:variable name="doc" select="self::*"/> 1302f4aeb0Sopenharmony_ci 1402f4aeb0Sopenharmony_ci <xsl:call-template name="user.preroot"/> 1502f4aeb0Sopenharmony_ci <xsl:call-template name="root.messages"/> 1602f4aeb0Sopenharmony_ci 1702f4aeb0Sopenharmony_ci <html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" pref:renderer="mathplayer-dl"> 1802f4aeb0Sopenharmony_ci <head> 1902f4aeb0Sopenharmony_ci <xsl:call-template name="system.head.content"> 2002f4aeb0Sopenharmony_ci <xsl:with-param name="node" select="$doc"/> 2102f4aeb0Sopenharmony_ci </xsl:call-template> 2202f4aeb0Sopenharmony_ci <xsl:call-template name="head.content"> 2302f4aeb0Sopenharmony_ci <xsl:with-param name="node" select="$doc"/> 2402f4aeb0Sopenharmony_ci </xsl:call-template> 2502f4aeb0Sopenharmony_ci <xsl:call-template name="user.head.content"> 2602f4aeb0Sopenharmony_ci <xsl:with-param name="node" select="$doc"/> 2702f4aeb0Sopenharmony_ci </xsl:call-template> 2802f4aeb0Sopenharmony_ci </head> 2902f4aeb0Sopenharmony_ci <body> 3002f4aeb0Sopenharmony_ci <xsl:call-template name="body.attributes"/> 3102f4aeb0Sopenharmony_ci <xsl:call-template name="user.header.content"> 3202f4aeb0Sopenharmony_ci <xsl:with-param name="node" select="$doc"/> 3302f4aeb0Sopenharmony_ci </xsl:call-template> 3402f4aeb0Sopenharmony_ci <xsl:apply-templates select="."/> 3502f4aeb0Sopenharmony_ci <xsl:call-template name="user.footer.content"> 3602f4aeb0Sopenharmony_ci <xsl:with-param name="node" select="$doc"/> 3702f4aeb0Sopenharmony_ci </xsl:call-template> 3802f4aeb0Sopenharmony_ci </body> 3902f4aeb0Sopenharmony_ci </html> 4002f4aeb0Sopenharmony_ci</xsl:template> 4102f4aeb0Sopenharmony_ci 4202f4aeb0Sopenharmony_ci<xsl:template match="/"> 4302f4aeb0Sopenharmony_ci <xsl:processing-instruction name="xml-stylesheet"> 4402f4aeb0Sopenharmony_ci <xsl:text>type="text/xsl" href="mathml.xsl"</xsl:text> 4502f4aeb0Sopenharmony_ci </xsl:processing-instruction> 4602f4aeb0Sopenharmony_ci <xsl:apply-imports/> 4702f4aeb0Sopenharmony_ci</xsl:template> 4802f4aeb0Sopenharmony_ci 4902f4aeb0Sopenharmony_ci</xsl:stylesheet> 50