aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSteve Coffman <gears@apache.org>2000-11-15 19:45:59 +0000
committerSteve Coffman <gears@apache.org>2000-11-15 19:45:59 +0000
commit64abce782de34596457eaf6927a93b527001ed40 (patch)
tree8a3c269c45ac005e68851a7ca0615d8fd0792161 /docs
parentef56fa12dac136615eb6aec97f4721dbfab48155 (diff)
downloadxmlgraphics-fop-64abce782de34596457eaf6927a93b527001ed40.tar.gz
xmlgraphics-fop-64abce782de34596457eaf6927a93b527001ed40.zip
update fo to match latest spec/fop version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/bugtests/fo/external-graphic.fo2
-rw-r--r--docs/bugtests/fo/simple-link.fo4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/bugtests/fo/external-graphic.fo b/docs/bugtests/fo/external-graphic.fo
index 3bdb3128f..0f5444f74 100644
--- a/docs/bugtests/fo/external-graphic.fo
+++ b/docs/bugtests/fo/external-graphic.fo
@@ -15,7 +15,7 @@
<fo:page-sequence master-name="simplePM">
<fo:flow flow-name="xsl-region-body">
<fo:block>
- <fo:external-graphic src="file:D:/page.gif"/>
+ <fo:external-graphic src="file:../page.gif"/>
</fo:block>
</fo:flow>
diff --git a/docs/bugtests/fo/simple-link.fo b/docs/bugtests/fo/simple-link.fo
index da4767024..75f22ee59 100644
--- a/docs/bugtests/fo/simple-link.fo
+++ b/docs/bugtests/fo/simple-link.fo
@@ -17,11 +17,11 @@
<fo:page-sequence master-name="simplePM">
<fo:flow flow-name="xsl-region-body">
<fo:block text-align="start">
- <fo:simple-link external-destination="font.pdf">Link to font.pdf</fo:simple-link>
+ <fo:basic-link external-destination="font.pdf">Link to font.pdf</fo:basic-link>
</fo:block>
<fo:block text-align="start">
- <fo:simple-link external-destination="http://www.wilco-int.com">Link to Wilco International</fo:simple-link>
+ <fo:basic-link external-destination="http://www.wilco-int.com">Link to Wilco International</fo:basic-link>
</fo:block>
</fo:flow>