⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xhtml-math11-f.mod

📁 convert MATHML to SVG
💻 MOD
📖 第 1 页 / 共 5 页
字号:
<!-- a space separated list of character encodings, as per [RFC2045] --><!NOTATION charsets     PUBLIC "-//W3C//NOTATION XHTML Datatype: Charsets//EN" ><!-- media type, as per [RFC2045] --><!NOTATION contentType     PUBLIC "-//W3C//NOTATION XHTML Datatype: ContentType//EN" ><!-- comma-separated list of media types, as per [RFC2045] --><!NOTATION contentTypes     PUBLIC "-//W3C//NOTATION XHTML Datatype: ContentTypes//EN" ><!-- date and time information. ISO date format --><!NOTATION datetime     PUBLIC "-//W3C//NOTATION XHTML Datatype: Datetime//EN" ><!-- a language code, as per [RFC1766] --><!NOTATION languageCode     PUBLIC "-//W3C//NOTATION XHTML Datatype: LanguageCode//EN" ><!-- a Uniform Resource Identifier, see [URI] --><!NOTATION uri     PUBLIC "-//W3C//NOTATION XHTML Datatype: URI//EN" ><!-- a space-separated list of Uniform Resource Identifiers, see [URI] --><!NOTATION uris     PUBLIC "-//W3C//NOTATION XHTML Datatype: URIs//EN" ><!-- end of xhtml-notations-1.mod -->]]><!ENTITY % xhtml-datatypes.module "INCLUDE" ><![%xhtml-datatypes.module;[<!ENTITY % xhtml-datatypes.mod     PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"            "xhtml-datatypes-1.mod" ><!-- ...................................................................... --><!-- XHTML Datatypes Module  .............................................. --><!-- file: xhtml-datatypes-1.mod     This is XHTML, a reformulation of HTML as a modular XML application.     Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.     Revision: $Id: xhtml-1,v 1.1 2000/10/31 19:52:09 davidc Exp $ SMI     This DTD module is identified by the PUBLIC and SYSTEM identifiers:       PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"       SYSTEM "xhtml-datatypes-1.mod"     Revisions:     (none)     ....................................................................... --><!-- Datatypes     defines containers for the following datatypes, many of     these imported from other specifications and standards.--><!-- Length defined for cellpadding/cellspacing --><!-- nn for pixels or nn% for percentage length --><!ENTITY % Length.datatype "CDATA" ><!-- space-separated list of link types --><!ENTITY % LinkTypes.datatype "NMTOKENS" ><!-- single or comma-separated list of media descriptors --><!ENTITY % MediaDesc.datatype "CDATA" ><!-- pixel, percentage, or relative --><!ENTITY % MultiLength.datatype "CDATA" ><!-- one or more digits (NUMBER) --><!ENTITY % Number.datatype "CDATA" ><!-- integer representing length in pixels --><!ENTITY % Pixels.datatype "CDATA" ><!-- script expression --><!ENTITY % Script.datatype "CDATA" ><!-- textual content --><!ENTITY % Text.datatype "CDATA" ><!-- Imported Datatypes ................................ --><!-- a single character from [ISO10646] --><!ENTITY % Character.datatype "CDATA" ><!-- a character encoding, as per [RFC2045] --><!ENTITY % Charset.datatype "CDATA" ><!-- a space separated list of character encodings, as per [RFC2045] --><!ENTITY % Charsets.datatype "CDATA" ><!-- media type, as per [RFC2045] --><!ENTITY % ContentType.datatype "CDATA" ><!-- comma-separated list of media types, as per [RFC2045] --><!ENTITY % ContentTypes.datatype "CDATA" ><!-- date and time information. ISO date format --><!ENTITY % Datetime.datatype "CDATA" ><!-- a language code, as per [RFC1766] --><!ENTITY % LanguageCode.datatype "NMTOKEN" ><!-- a Uniform Resource Identifier, see [URI] --><!ENTITY % URI.datatype "CDATA" ><!-- a space-separated list of Uniform Resource Identifiers, see [URI] --><!ENTITY % URIs.datatype "CDATA" ><!-- end of xhtml-datatypes-1.mod -->]]><!ENTITY % xhtml-qname.module "INCLUDE" ><![%xhtml-qname.module;[<!ENTITY % xhtml-qname.mod     PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"            "xhtml-qname-1.mod" ><!-- ....................................................................... --><!-- XHTML Qualified Names Module  ......................................... --><!-- file: xhtml-qname-1.mod     This is XHTML, a reformulation of HTML as a modular XML application.     Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.     Revision: $Id: xhtml-1,v 1.1 2000/10/31 19:52:09 davidc Exp $ SMI     This DTD module is identified by the PUBLIC and SYSTEM identifiers:       PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"       SYSTEM "xhtml-qname-1.mod"     Revisions:     (none)     ....................................................................... --><!-- XHTML Qualified Names     This module is contained in two parts, labeled Section 'A' and 'B':       Section A declares parameter entities to support namespace-       qualified names, namespace declarations, and name prefixing        for XHTML and extensions.           Section B declares parameter entities used to provide       namespace-qualified names for all XHTML element types:         %applet.qname;   the xmlns-qualified name for <applet>         %base.qname;     the xmlns-qualified name for <base>         ...     XHTML extensions would create a module similar to this one,      using the '%xhtml-qname-extra.mod;' parameter entity to insert      it within Section A.  A template module suitable for this purpose      ('template-qname-1.mod') is included in the XHTML distribution.--><!-- Section A: XHTML XML Namespace Framework :::::::::::::::::::: --><!-- 1. Declare the two parameter entities used to support XLink,        first the parameter entity container for the URI used to        identify the XLink namespace:--><!ENTITY % XLINK.xmlns "http://www.w3.org/1999/xlink" ><!-- This contains the XLink namespace declaration attribute.--><!ENTITY % XLINK.xmlns.attrib     "xmlns:xlink  %URI.datatype;           #FIXED '%XLINK.xmlns;'"><!-- 2. Declare parameter entities (eg., %XHTML.xmlns;) containing         the namespace URI for the XHTML namespace, and any namespaces        included by XHTML:--><!ENTITY % XHTML.xmlns  "http://www.w3.org/1999/xhtml" ><!-- 3. Declare parameter entities (eg., %XHTML.prefix;) containing        the default namespace prefix string(s) to use when prefixing         is enabled. This may be overridden in the DTD driver or the        internal subset of an document instance.     NOTE: As specified in [XMLNAMES], the namespace prefix serves      as a proxy for the URI reference, and is not in itself significant.--><!ENTITY % XHTML.prefix  "" ><!-- 4. Declare a %XHTML.prefixed; conditional section keyword, used        to activate namespace prefixing. The default value should         inherit '%NS.prefixed;' from the DTD driver, so that unless         overridden, the default behaviour follows the overall DTD         prefixing scheme.--><!ENTITY % NS.prefixed "IGNORE" ><!ENTITY % XHTML.prefixed "%NS.prefixed;" ><!-- 5. Declare parameter entities (eg., %XHTML.pfx;) containing the         colonized prefix(es) (eg., '%XHTML.prefix;:') used when         prefixing is active, an empty string when it is not.--><![%XHTML.prefixed;[<!ENTITY % XHTML.pfx  "%XHTML.prefix;:" >]]><!ENTITY % XHTML.pfx  "" ><!-- declare qualified name extensions here --><!ENTITY % xhtml-qname-extra.mod "" ><!-- ....................................................................... --><!-- MathML Qualified Names Module  ........................................ --><!-- ....................................................................... --><!-- MathML Qualified Names Module  ........................................ --><!-- file: mathml2-qname-1.mod     This is the Mathematical Markup Language (MathML) 2.0, an XML      application for describing mathematical notation and capturing      both its structure and content.     Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.     Revision: $Id: mathml2-qname-1.mod,v 1.8 2000/11/01 12:16:57 davidc Exp $      This DTD module is identified by the PUBLIC and SYSTEM identifiers:       PUBLIC "-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN"       SYSTEM "mathml2-qname-1.mod"     Revisions:     (none)     ....................................................................... --><!-- MathML Qualified Names     This module is contained in two parts, labeled Section 'A' and 'B':       Section A declares parameter entities to support namespace-       qualified names, namespace declarations, and name prefixing        for MathML.           Section B declares parameter entities used to provide       namespace-qualified names for all MathML element types.     This module is derived from the XHTML Qualified Names Template module.--><!-- Section A: XHTML XML Namespace Framework :::::::::::::::::::: --><!ENTITY % NS.prefixed     "IGNORE" ><!ENTITY % MATHML.prefixed "%NS.prefixed;" ><!-- XLink ............... --><!ENTITY % XLINK.xmlns "http://www.w3.org/1999/xlink" ><!ENTITY % XLINK.xmlns.attrib     "xmlns:xlink  CDATA           #FIXED '%XLINK.xmlns;'"><!-- MathML .............. --><!ENTITY % MATHML.xmlns    "http://www.w3.org/1998/Math/MathML" ><!ENTITY % MATHML.prefix   "m" ><![%MATHML.prefixed;[<!ENTITY % MATHML.xmlns.extra.attrib  "" >]]><!ENTITY % MATHML.xmlns.extra.attrib      "%XLINK.xmlns.attrib;" ><![%MATHML.prefixed;[<!ENTITY % MATHML.pfx  "%MATHML.prefix;:" ><!ENTITY % MATHML.xmlns.attrib     "xmlns:%MATHML.prefix;  CDATA   #FIXED '%MATHML.xmlns;'      %MATHML.xmlns.extra.attrib;">]]><!ENTITY % MATHML.pfx  "" ><!ENTITY % MATHML.xmlns.attrib     "xmlns        CDATA           #FIXED '%MATHML.xmlns;'      %MATHML.xmlns.extra.attrib;"><![%NS.prefixed;[<!ENTITY % XHTML.xmlns.extra.attrib      "%MATHML.xmlns.attrib;" >]]><!ENTITY % XHTML.xmlns.extra.attrib     "%XLINK.xmlns.attrib;"><!-- Section B: MathML Qualified Names ::::::::::::::::::::::::::::: --><!-- 9. This section declares parameter entities used to provide        namespace-qualified names for all MathML element types.--><!ENTITY % abs.qname            "%MATHML.pfx;abs" ><!ENTITY % and.qname            "%MATHML.pfx;and" ><!ENTITY % annotation-xml.qname "%MATHML.pfx;annotation-xml" ><!ENTITY % annotation.qname     "%MATHML.pfx;annotation" ><!ENTITY % apply.qname          "%MATHML.pfx;apply" ><!ENTITY % approx.qname         "%MATHML.pfx;approx" ><!ENTITY % arccos.qname         "%MATHML.pfx;arccos" ><!ENTITY % arccosh.qname        "%MATHML.pfx;arccosh" ><!ENTITY % arccosh.qname        "%MATHML.pfx;arccosh" ><!ENTITY % arccot.qname         "%MATHML.pfx;arccot" ><!ENTITY % arccoth.qname        "%MATHML.pfx;arccoth" ><!ENTITY % arccsc.qname         "%MATHML.pfx;arccsc" ><!ENTITY % arccsch.qname        "%MATHML.pfx;arccsch" ><!ENTITY % arcsec.qname         "%MATHML.pfx;arcsec" ><!ENTITY % arcsech.qname        "%MATHML.pfx;arcsech" ><!ENTITY % arcsin.qname         "%MATHML.pfx;arcsin" ><!ENTITY % arcsinh.qname        "%MATHML.pfx;arcsinh" ><!ENTITY % arctan.qname         "%MATHML.pfx;arctan" ><!ENTITY % arctanh.qname        "%MATHML.pfx;arctanh" ><!ENTITY % arg.qname            "%MATHML.pfx;arg" ><!ENTITY % bvar.qname           "%MATHML.pfx;bvar" ><!ENTITY % card.qname           "%MATHML.pfx;card" ><!ENTITY % cartesianproduct.qname "%MATHML.pfx;cartesianproduct" ><!ENTITY % ceiling.qname         "%MATHML.pfx;ceiling" ><!ENTITY % ci.qname             "%MATHML.pfx;ci" ><!ENTITY % cn.qname             "%MATHML.pfx;cn" ><!ENTITY % codomain.qname       "%MATHML.pfx;codomain" ><!ENTITY % complexes.qname      "%MATHML.pfx;complexes" ><!ENTITY % compose.qname        "%MATHML.pfx;compose" ><!ENTITY % condition.qname      "%MATHML.pfx;condition" ><!ENTITY % conjugate.qname      "%MATHML.pfx;conjugate" ><!ENTITY % cos.qname            "%MATHML.pfx;cos" ><!ENTITY % cosh.qname           "%MATHML.pfx;cosh" ><!ENTITY % cot.qname            "%MATHML.pfx;cot" ><!ENTITY % coth.qname           "%MATHML.pfx;coth" ><!ENTITY % csc.qname            "%MATHML.pfx;csc" ><!ENTITY % csch.qname           "%MATHML.pfx;csch" ><!ENTITY % csymbol.qname        "%MATHML.pfx;csymbol" ><!ENTITY % curl.qname           "%MATHML.pfx;curl" ><!ENTITY % declare.qname        "%MATHML.pfx;declare" ><!ENTITY % degree.qname         "%MATHML.pfx;degree" ><!ENTITY % determinant.qname    "%MATHML.pfx;determinant" ><!ENTITY % diff.qname           "%MATHML.pfx;diff" ><!ENTITY % divergence.qname     "%MATHML.pfx;divergence" ><!ENTITY % divide.qname         "%MATHML.pfx;divide" >

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -