Author: jeremias
Date: Tue Apr 14 19:49:55 2009
New Revision: 764935

URL: http://svn.apache.org/viewvc?rev=764935&view=rev
Log:
Enabled parsing support for foreign attributes on page-sequence.

Modified:
    
xmlgraphics/fop/branches/Temp_Accessibility/src/java/org/apache/fop/render/intermediate/IFParser.java

Modified: 
xmlgraphics/fop/branches/Temp_Accessibility/src/java/org/apache/fop/render/intermediate/IFParser.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Accessibility/src/java/org/apache/fop/render/intermediate/IFParser.java?rev=764935&r1=764934&r2=764935&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_Accessibility/src/java/org/apache/fop/render/intermediate/IFParser.java
 (original)
+++ 
xmlgraphics/fop/branches/Temp_Accessibility/src/java/org/apache/fop/render/intermediate/IFParser.java
 Tue Apr 14 19:49:55 2009
@@ -360,7 +360,10 @@
 
             public void startElement(Attributes attributes) throws IFException 
{
                 String id = attributes.getValue("id");
+                Map foreignAttributes = getForeignAttributes(lastAttributes);
+                establishForeignAttributes(foreignAttributes);
                 documentHandler.startPageSequence(id);
+                resetForeignAttributes();
             }
 
             public void endElement() throws IFException {



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

Reply via email to