]> git.argeo.org Git - lgpl/argeo-commons.git/blob - sandbox/runtime/org.argeo.sandbox.jackrabbit/test.xml
[maven-release-plugin] copy for tag argeo-commons-0.2.1
[lgpl/argeo-commons.git] / sandbox / runtime / org.argeo.sandbox.jackrabbit / test.xml
1 <xhtml:html xmlns="svg" xmlns:xhtml="http://www.w3.org/1999/xhtml"
2 xmlns:mathml="http://www.w3.org/1998/Math/MathML">
3 <xhtml:head>
4 <xhtml:title>Three Namespaces</xhtml:title>
5 </xhtml:head>
6 <xhtml:body>
7 <xhtml:h1 align="center">An Ellipse and a Rectangle</xhtml:h1>
8 <svg:svg xmlns:svg="http://www.w3.org/2000/svg" width="12cm"
9 height="10cm">
10 <svg:ellipse rx="110" ry="130" />
11 <svg:rect x="4cm" y="1cm" width="3cm" height="6cm" />
12 </svg:svg>
13 <xhtml:p>The equation for ellipses</xhtml:p>
14 <mathml:math>
15 <mathml:apply>
16 <mathml:eq />
17 <mathml:cn> 1 </mathml:cn>
18 <mathml:apply>
19 <mathml:plus />
20 <mathml:apply>
21 <mathml:divide />
22 <mathml:apply>
23 <mathml:power />
24 <mathml:ci> x </mathml:ci>
25 <mathml:cn> 2 </mathml:cn>
26 </mathml:apply>
27 <mathml:apply>
28 <mathml:power />
29 <mathml:ci> a </mathml:ci>
30 <mathml:cn> 2 </mathml:cn>
31 </mathml:apply>
32 </mathml:apply>
33 <mathml:apply>
34 <mathml:divide />
35 <mathml:apply>
36 <mathml:power />
37 <mathml:ci> y </mathml:ci>
38 <mathml:cn> 2 </mathml:cn>
39 </mathml:apply>
40 <mathml:apply>
41 <mathml:power />
42 <mathml:ci> b </mathml:ci>
43 <mathml:cn> 2 </mathml:cn>
44 </mathml:apply>
45 </mathml:apply>
46 </mathml:apply>
47 </mathml:apply>
48 </mathml:math>
49 <xhtml:hr />
50 <xhtml:p>Last Modified January 10, 2002</xhtml:p>
51 </xhtml:body>
52 </xhtml:html>