Index: TableCell.java
===================================================================
RCS file: /home/cvspublic/xml-fop/src/java/org/apache/fop/fo/flow/TableCell.java,v
retrieving revision 1.5
diff -w -u -r1.5 TableCell.java
--- TableCell.java	22 Aug 2003 06:27:34 -0000	1.5
+++ TableCell.java	11 Sep 2003 12:57:33 -0000
@@ -159,6 +159,8 @@
     public void handleAttrs(Attributes attlist) throws FOPException {
         super.handleAttrs(attlist);
         doSetup();    // init some basic property values
+        
+        getFOTreeControl().getFOInputHandler().startCell(this);
     }
 
     /**
@@ -386,4 +388,7 @@
         fotv.serveVisitor(this);
     }
 
+    protected void end() {
+        getFOTreeControl().getFOInputHandler().endCell(this);
+    }
 }
