]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Shortcut work-around for i-f-o in static-content. I still need to estimate the implic...
authorJeremias Maerki <jeremias@apache.org>
Mon, 18 Jul 2005 10:14:49 +0000 (10:14 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 18 Jul 2005 10:14:49 +0000 (10:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@219460 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/InstreamForeignObjectLM.java

index 2d50c2270931e87feceb154bdca652fb787d9f1c..d19602ae47e708aadd2b50d2da3447337fe7ff0b 100644 (file)
@@ -172,7 +172,7 @@ public class InstreamForeignObjectLM extends LeafNodeLayoutManager {
         org.w3c.dom.Document doc = child.getDOMDocument();
         String ns = child.getDocumentNamespace();
 
-        fobj.childNodes = null;
+        //fobj.childNodes = null; This is bad for i-f-o in static-content!!!!!
         ForeignObject foreign = new ForeignObject(doc, ns);
 
         Viewport vp = new Viewport(foreign);