Revision: 11774
http://sourceforge.net/p/foray/code/11774
Author: victormote
Date: 2021-01-13 00:40:26 +0000 (Wed, 13 Jan 2021)
Log Message:
-----------
Fix address of DTD.
Modified Paths:
--------------
trunk/foray/master/dist/resource/fo-examples/graphics/mathml-example-1.xml
Modified: trunk/foray/master/dist/resource/fo-examples/graphics/mathml-example-1.xml
===================================================================
--- trunk/foray/master/dist/resource/fo-examples/graphics/mathml-example-1.xml 2021-01-12 23:20:56 UTC (rev 11773)
+++ trunk/foray/master/dist/resource/fo-examples/graphics/mathml-example-1.xml 2021-01-13 00:40:26 UTC (rev 11774)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE math
PUBLIC "-//W3C//DTD MathML 2.0//EN"
- "http://www.w3.org/TR/MathML2/dtd/mathml2.dtd">
+ "http://www.w3.org/Math/DTD/mathml2/mathml2.dtd">
<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
@@ -15,4 +15,4 @@
<mi>t</mi>
</mfrac>
</mrow>
-</math>
\ No newline at end of file
+</math>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|