]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
bug fix: 48290 AFP Renderer: AttributeQualifier Triplet occurs before TLE Value
authorChris Bowditch <cbowditch@apache.org>
Thu, 26 Nov 2009 11:23:13 +0000 (11:23 +0000)
committerChris Bowditch <cbowditch@apache.org>
Thu, 26 Nov 2009 11:23:13 +0000 (11:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@884526 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/afp/modca/TagLogicalElement.java
status.xml

index cb7a67d283da06d324f51f62f004cf879ee5c57d..12cb427ef88cd447f2bb39235711cf1d961b06e3 100644 (file)
@@ -101,8 +101,8 @@ public class TagLogicalElement extends AbstractTripletStructuredObject {
                 FullyQualifiedNameTriplet.TYPE_ATTRIBUTE_GID,
                 FullyQualifiedNameTriplet.FORMAT_CHARSTR,
                 name);
-        setAttributeQualifier(tleID, 1);
         setAttributeValue(value);
+        setAttributeQualifier(tleID, 1);        
         
         byte[] data = new byte[SF_HEADER.length];
         copySF(data, Type.ATTRIBUTE, Category.PROCESS_ELEMENT);
index 78a2e8fb13fcf9f3316a918d8c1e1517f82ab425..9327f9ce5ab2a68aea90e94d25f32e3f9834b242 100644 (file)
@@ -58,6 +58,9 @@
       documents. Example: the fix of marks layering will be such a case when it's done.
     -->
     <release version="FOP Trunk" date="TBD">
+      <action context="Renderers" dev="CB" type="fix" fixes-bug="48290">
+        Bugfix: AFP Renderer: AttributeQualifier Triplet occurs before TLE Value.
+      </action>
       <action context="Renderers" dev="JM" type="fix" fixes-bug="48048" due-to="D.W. Harks">
         Bugfix in AFP output: fixed flags in GOCA GBAR order.
       </action>