]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
update fo to match latest spec/fop version
authorSteve Coffman <gears@apache.org>
Wed, 15 Nov 2000 19:45:59 +0000 (19:45 +0000)
committerSteve Coffman <gears@apache.org>
Wed, 15 Nov 2000 19:45:59 +0000 (19:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193810 13f79535-47bb-0310-9956-ffa450edef68

docs/bugtests/fo/external-graphic.fo
docs/bugtests/fo/simple-link.fo

index 3bdb3128f14a0d68fc171cf8f3ddd6ea08a5740a..0f5444f74cb16b01a1bcad1206ceab7e876d20fb 100644 (file)
@@ -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>
index da47670245c45349eee53bfaa3a2b284cc8e4ce7..75f22ee592c1c28c936b90b3f4862aa282687757 100644 (file)
        <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>