<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="mathml.xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://www.w3.org/1999/xhtml">
   <head>
      <title>XML Formats: standard</title><style type="text/css">
      math { font-size: 30pt }
      mi { color: red }
    </style><link href="./w3ctalk-640w.css" rel="stylesheet" type="text/css" title="640w" />
      <link href="./w3ctalk-640.css" rel="alternate stylesheet" type="text/css" title="640" />
      <link href="./w3ctalk-800w.css" rel="alternate stylesheet" type="text/css" title="800w" />
      <link href="./w3ctalk-800.css" rel="alternate stylesheet" type="text/css" title="800" />
      <link href="./w3ctalk-1024w.css" rel="alternate stylesheet" type="text/css" title="1024w" />
      <link href="./w3ctalk-1024.css" rel="alternate stylesheet" type="text/css" title="1024" />
      <link rel="next" href="slide3.xml" title="Next" />
      <link rel="previous" href="slide1.xml" title="Previous" />
      <link rel="contents" href="Overview.xml" title="Contents" />
      <link rel="up" href="Overview.xml" title="Up" />
   </head>
   <body><a href="http://www.w3.org/"><img src="./w3c_home.gif" alt="W3C  " /></a><h1 class="slide">
         <h2>XML Formats: standard</h2>
      </h1>
      <hr class="top" />
      <div>
         <h3>XHTML</h3><pre>&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
&lt;?xml-stylesheet type="text/xsl" href="mathml.xsl"?&gt;

&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd"&gt;

&lt;html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" pref:renderer="mathplayer"&gt;
  &lt;head&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;
    &lt;meta name="author" content="Max Froumentin" /&gt;
    &lt;title&gt;XSLT and XML for Content Management&lt;/title&gt;
    &lt;link rel="stylesheet" type="text/css" href="author.css" title="Author style sheet"/&gt;
  &lt;/head&gt;
    
    &lt;body&gt;
      &lt;h1&gt;XSLT and XML for Content Management&lt;/h1&gt;
...</pre><h3>SVG</h3>
         <embed src="arcs01.svg" type="image/svg+xml" width="400" height="100"></embed><pre>
&lt;?xml version="1.0" standalone="no"?&gt;
&lt;!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" 
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"&gt;
&lt;svg width="12cm" height="5.25cm" viewBox="0 0 1200 400"
     xmlns="http://www.w3.org/2000/svg"&gt;
  &lt;title&gt;Example arcs01 - arc commands in path data&lt;/title&gt;
  &lt;desc&gt;Picture of a pie chart with two pie wedges and
        a picture of a line with arc blips&lt;/desc&gt;
  &lt;rect x="1" y="1" width="1198" height="398"
        fill="none" stroke="blue" stroke-width="1" /&gt;
</pre></div>
      <hr class="bottom" />
      <table class="navbar" cellspacing="0" cellpadding="0" width="97%" summary="footer">
         <tr valign="bottom">
            <td>
               <p class="author">Max Froumentin, W3C</p>
            </td>
            <td>
               <p class="index">2 of 23</p>
            </td>
            <td valign="top">
               <div><a rel="previous" href="slide1.xml" accesskey="P"><img src="./left.gif" width="32" height="32" alt=" previous" title="Back to &#34;Contents&#34;" /></a><a rel="contents" href="Overview.xml" accesskey="C"><img src="./toc.png" width="32" height="32" alt=" contents" title="Table of Contents" /></a><a rel="next" href="slide3.xml" accesskey="N"><img src="./right.gif" width="32" height="32" alt=" next" title="On to &#34;XML Formats: custom&#34;" /></a></div>
            </td>
         </tr>
      </table>
   </body>
</html>