From a8c824d62e0beb10a57e8b3daf3c2f860881cac3 Mon Sep 17 00:00:00 2001 From: fotis Date: Mon, 24 Jul 2000 15:43:35 +0000 Subject: externalgraphic replaces graphic tags in former xsl versions git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193558 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/PropertyListBuilder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/org/apache/fop/fo/PropertyListBuilder.java') diff --git a/src/org/apache/fop/fo/PropertyListBuilder.java b/src/org/apache/fop/fo/PropertyListBuilder.java index 5385ef98a..47a19f92a 100644 --- a/src/org/apache/fop/fo/PropertyListBuilder.java +++ b/src/org/apache/fop/fo/PropertyListBuilder.java @@ -105,7 +105,7 @@ public class PropertyListBuilder { propertyTable.put("break-before",BreakBefore.maker()); propertyTable.put("break-after",BreakAfter.maker()); propertyTable.put("text-indent",TextIndent.maker()); - propertyTable.put("href",HRef.maker()); + propertyTable.put("src",Src.maker()); propertyTable.put("column-width",ColumnWidth.maker()); propertyTable.put("keep-with-next",KeepWithNext.maker()); propertyTable.put("background-color",BackgroundColor.maker()); @@ -114,7 +114,7 @@ public class PropertyListBuilder { propertyTable.put("padding-left",PaddingLeft.maker()); propertyTable.put("padding-right",PaddingRight.maker()); propertyTable.put("external-destination",ExternalDestination.maker()); - propertyTable.put("internal-destination",InternalDestination.maker()); + propertyTable.put("internal-destination",InternalDestination.maker()); propertyTable.put("x",SVGLengthProperty.maker()); propertyTable.put("y",SVGLengthProperty.maker()); propertyTable.put("x1",SVGLengthProperty.maker()); -- cgit v1.2.3