__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- -->
<!--
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.

You should have received a copy of the GNU Lesser General Public License
along with this program; see the file COPYING.LGPL.  If not, see <http://www.gnu.org/licenses/>.
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:mal="http://projectmallard.org/1.0/"
                xmlns:mml="http://www.w3.org/1998/Math/MathML"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                xmlns="http://www.w3.org/1999/xhtml"
                exclude-result-prefixes="mal mml xlink"
                version="1.0">

<!--!!==========================================================================
Mallard to HTML - MathML
Handle MathML in Mallard documents.
@revision[version=3.8 date=2012-11-13 status=final]

This stylesheet matches embedded MathML in {mal2html.block.mode} and
{mal2html.inline.mode} and processes it in {mal2html.math.mode}. The
matched templates for the `mml:math` element automatically set the
`display` attribute based on whether the element is in block or inline
context.
-->


<!--%%==========================================================================
mal2html.math.mode
Output MathML and handle Mallard extensions.
@revision[version=3.8 date=2012-11-13 status=final]

This mode is used for processing MathML embedded into Mallard documents. For
most types of MathML content, it simply copies the input directly, except it
outputs the MathML in a way that allows the namespace to stripped for non-XML
output. It checks for Mallard linking using the `mal:xref` attribute and
transforms this to a MathML `href` attribute. It also converts `xlink:href`
attributes from MathML 2 to `href` attributes for MathML 3.
-->
<xsl:template mode="mal2html.math.mode" match="mml:*">
  <xsl:element name="{local-name(.)}" namespace="{$html.mathml.namespace}">
    <xsl:for-each select="@*[name(.) != 'href']">
      <xsl:copy-of select="."/>
    </xsl:for-each>
    <xsl:choose>
      <xsl:when test="@mal:xref">
        <xsl:attribute name="href">
          <xsl:call-template name="mal.link.target">
            <xsl:with-param name="node" select="."/>
            <xsl:with-param name="xref" select="@mal:xref"/>
          </xsl:call-template>
        </xsl:attribute>
      </xsl:when>
      <xsl:when test="@href">
        <xsl:copy-of select="@href"/>
      </xsl:when>
      <xsl:when test="@xlink:href">
        <xsl:attribute name="href">
          <xsl:value-of select="@xlink:href"/>
        </xsl:attribute>
      </xsl:when>
    </xsl:choose>
    <xsl:apply-templates mode="mal2html.math.mode"/>
  </xsl:element>
</xsl:template>

<xsl:template mode="mal2html.math.mode" match="text()">
  <xsl:value-of select="."/>
</xsl:template>

<xsl:template mode="mal2html.math.mode" match="*"/>

<xsl:template mode="mal2html.block.mode" match="mml:math">
  <xsl:variable name="if"><xsl:call-template name="mal.if.test"/></xsl:variable><xsl:if test="$if != ''">
  <div>
    <xsl:call-template name="html.lang.attrs"/>
    <xsl:attribute name="class">
      <xsl:text>math</xsl:text>
      <xsl:if test="$if != 'true'">
        <xsl:text> if-if </xsl:text>
        <xsl:value-of select="$if"/>
      </xsl:if>
    </xsl:attribute>
    <xsl:element name="math" namespace="{$html.mathml.namespace}">
      <xsl:for-each select="@*[name(.) != 'display']
                              [not(starts-with(namespace-uri(.), 'http://projectmallard.org/'))]">
        <xsl:copy-of select="."/>
      </xsl:for-each>
      <xsl:attribute name="display">
        <xsl:value-of select="'block'"/>
      </xsl:attribute>
      <xsl:apply-templates mode="mal2html.math.mode"/>
    </xsl:element>
  </div>
</xsl:if>
</xsl:template>

<xsl:template mode="mal2html.inline.mode" match="mml:math">
  <span>
    <xsl:call-template name="html.class.attr">
      <xsl:with-param name="class" select="'math'"/>
    </xsl:call-template>
    <xsl:call-template name="html.lang.attrs"/>
    <xsl:element name="math" namespace="{$html.mathml.namespace}">
      <xsl:for-each select="@*[name(.) != 'display']
                              [not(starts-with(namespace-uri(.), 'http://projectmallard.org/'))]">
        <xsl:copy-of select="."/>
      </xsl:for-each>
      <xsl:attribute name="display">
        <xsl:value-of select="'inline'"/>
      </xsl:attribute>
      <xsl:apply-templates mode="mal2html.math.mode"/>
    </xsl:element>
  </span>
</xsl:template>

</xsl:stylesheet>

Filemanager

Name Type Size Permission Actions
mal2html-api.xsl File 8.72 KB 0644
mal2html-block.xsl File 35.02 KB 0644
mal2html-gloss.xsl File 5.48 KB 0644
mal2html-inline.xsl File 12.99 KB 0644
mal2html-links.xsl File 70.32 KB 0644
mal2html-list.xsl File 15.1 KB 0644
mal2html-math.xsl File 4.87 KB 0644
mal2html-media.xsl File 18.17 KB 0644
mal2html-page.xsl File 43.6 KB 0644
mal2html-svg.xsl File 4.52 KB 0644
mal2html-table.xsl File 19.06 KB 0644
mal2html-ui.xsl File 25.95 KB 0644
mal2html.xsl File 1.93 KB 0644
mal2xhtml.xsl File 3.04 KB 0644
Filemanager