Lehrer Nussbaumer - XML, XSL et cetera

XML

XSL

Anwendungen 

  1. XHTML
  2. MathML
  3. SVG
  4. StarOffice 6 / 7
  5. WAP / WML
  6. Diverse

Editoren

Parser u.a.

Schnittstellen


-----------------
letzte änderung:
09 December 2021
-----------------
Lehrer Nussbaumers Seite

... in Arbeit ...

MathML

MathML (Mathematical Markup Language) dient zur Publikation von technischen Texten, in denen mathematische Formeln enthalten sind.

Beispiel

Im folgenden Beispiel wird eine Überschrift und ein kurzer Absatz dargestellt, der eine einfache mathematische Formel enthält:

<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- Processing Instruction generated by Amaya; the stylesheet is
      available on the W3C site at http://www.w3.org/Math/XSL/pmathml.xsl -->
 <?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
       "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <title>No title</title>
   <meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
 </head>

 <body>
 <h1>Der pythagoräische Lehrsatz</h1>

 <p>In einem rechtwinkligen Dreieck gilt
 <math xmlns="http://www.w3.org/1998/Math/MathML">
   <msup>
     <mi>a</mi>
     <mn>2</mn>
   </msup>
   <mo>+</mo>
   <msup>
     <mi>b</mi>
     <mn>2</mn>
   </msup>
   <mo>=</mo>
   <msup>
     <mi>c</mi>
     <mn>2</mn>
   </msup>
 </math></p>
 </body>
 </html>

MathML - SVG


© Alfred Nussbaumer, Weblog