aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2000-08-14 01:28:56 +0000
committerKeiron Liddle <keiron@apache.org>2000-08-14 01:28:56 +0000
commit0e6868d788b70b16328f0acef312116a5efb5640 (patch)
treebb03d4966e79a73c79d943919a4e9cf6e30b66fd
parent483f32d69b7e11dc10cbd8953ac9fc168b0af093 (diff)
downloadxmlgraphics-fop-0e6868d788b70b16328f0acef312116a5efb5640.tar.gz
xmlgraphics-fop-0e6868d788b70b16328f0acef312116a5efb5640.zip
updated to new CR namespace, and references
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193664 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/bugtests/svg-apachexml.fo2
-rw-r--r--docs/bugtests/svg-lingrad.fo2
-rw-r--r--docs/examples/fo/extensive.fo2
-rw-r--r--docs/xml-docs/fop/specs.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/bugtests/svg-apachexml.fo b/docs/bugtests/svg-apachexml.fo
index 0adea86e6..199355b24 100644
--- a/docs/bugtests/svg-apachexml.fo
+++ b/docs/bugtests/svg-apachexml.fo
@@ -1,4 +1,4 @@
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd">
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
<fo:layout-master-set>
<fo:simple-page-master master-name="one">
<fo:region-body margin-top="5pt" margin-bottom="5pt" margin-left="5pt" margin-right="5pt" />
diff --git a/docs/bugtests/svg-lingrad.fo b/docs/bugtests/svg-lingrad.fo
index d14d6ce9b..3cdf1c0a2 100644
--- a/docs/bugtests/svg-lingrad.fo
+++ b/docs/bugtests/svg-lingrad.fo
@@ -1,4 +1,4 @@
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd">
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
<fo:layout-master-set>
<fo:simple-page-master master-name="one">
<fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="50pt" margin-right="50pt" />
diff --git a/docs/examples/fo/extensive.fo b/docs/examples/fo/extensive.fo
index 5e9f9cdf8..32d3b80e2 100644
--- a/docs/examples/fo/extensive.fo
+++ b/docs/examples/fo/extensive.fo
@@ -1,4 +1,4 @@
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd">
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
<fo:layout-master-set>
<fo:simple-page-master master-name="one">
<fo:region-body margin-top="50pt" margin-bottom="50pt" margin-left="100pt" margin-right="100pt"/>
diff --git a/docs/xml-docs/fop/specs.xml b/docs/xml-docs/fop/specs.xml
index ba7b94032..40f7ac5d8 100644
--- a/docs/xml-docs/fop/specs.xml
+++ b/docs/xml-docs/fop/specs.xml
@@ -9,7 +9,7 @@
<li><jump href="http://www.renderx.com/Tests/validator/fo2000.dtd.html">A dtd for the XSL-FO Working Draft (27 March 2000) provided by N. Grigoriev from RenderX</jump></li>
<li><jump href="http://www.w3.org/TR/1999/WD-xsl-19990421/">XSL-FO Working Draft 21 Apr 1999 </jump></li>
<li><jump href="http://www.w3.org/TR/SVG">Latest SVG Working draft</jump></li>
- <li><jump href="http://www.w3.org/TR/2000/WD-SVG-20000629/index.html">Supported SVG Working Draf</jump></li>
+ <li><jump href="http://www.w3.org/TR/2000/CR-SVG-20000802/index.html">Supported SVG Candidate Recommendation</jump></li>
<li><jump href="http://www.w3.org/TR/REC-xml">XML Recommendation</jump></li>
<li><jump href="http://www.w3.org/TR/xslt">XSLT Recommendation</jump></li>
<li><jump href="http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf">Portable Document Format (PDF) 1.3 Reference Manual </jump></li>