Author: cbowditch
Date: Thu Nov 26 11:23:13 2009
New Revision: 884526

URL: http://svn.apache.org/viewvc?rev=884526&view=rev
Log:
bug fix: 48290 AFP Renderer: AttributeQualifier Triplet occurs before TLE Value 

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/TagLogicalElement.java
    xmlgraphics/fop/trunk/status.xml

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/TagLogicalElement.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/TagLogicalElement.java?rev=884526&r1=884525&r2=884526&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/TagLogicalElement.java 
(original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/modca/TagLogicalElement.java 
Thu Nov 26 11:23:13 2009
@@ -101,8 +101,8 @@
                 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);

Modified: xmlgraphics/fop/trunk/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=884526&r1=884525&r2=884526&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Thu Nov 26 11:23:13 2009
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to