")
- + " generated " + pageSequenceResults.getPageCount() + " pages.");
- }
- System.out.println("Generated " + foResults.getPageCount() + " pages in total.");
}
catch (FOPException fope)
{
+ throw new RenderingEngine.RenderingException(fope);
}
+
+ super.render(new DOMSource(xmlContent), parameters, result);
+
}
}
\ No newline at end of file
diff --git a/source/test-resources/xforms/unit-tests/simple-test/simple-test.fo b/source/test-resources/xforms/unit-tests/simple-test/simple-test.fo
new file mode 100644
index 0000000000..7425694203
--- /dev/null
+++ b/source/test-resources/xforms/unit-tests/simple-test/simple-test.fo
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generated by simple-test.fo
+
+ Captured string value:
+
+
+
+
+
+
+
diff --git a/source/test-resources/xforms/unit-tests/simple-test/simple-test.ftl b/source/test-resources/xforms/unit-tests/simple-test/simple-test.ftl
index 75e06f2e6d..ef98b6ead8 100644
--- a/source/test-resources/xforms/unit-tests/simple-test/simple-test.ftl
+++ b/source/test-resources/xforms/unit-tests/simple-test/simple-test.ftl
@@ -21,7 +21,7 @@
Generated by simple-test.ftl
Captured string value:
- ${doc.simple.string}
+ ${simple.string}