aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop/embedding.xml
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-12-14 07:38:28 +0000
committerKeiron Liddle <keiron@apache.org>2001-12-14 07:38:28 +0000
commitec481630661473e16fb306ca82c11e7b1fa1ab8b (patch)
treef669d21d2c44bfa93ddd2dcf7b9269dc33b69d3a /docs/xml-docs/fop/embedding.xml
parent638a96ab53c0f0bc62cb2c148409224451552e35 (diff)
downloadxmlgraphics-fop-ec481630661473e16fb306ca82c11e7b1fa1ab8b.tar.gz
xmlgraphics-fop-ec481630661473e16fb306ca82c11e7b1fa1ab8b.zip
updated information, trying to make things a bit clearer
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/embedding.xml')
-rw-r--r--docs/xml-docs/fop/embedding.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml
index 8a24e425b..6435311f0 100644
--- a/docs/xml-docs/fop/embedding.xml
+++ b/docs/xml-docs/fop/embedding.xml
@@ -57,8 +57,10 @@
invocation of the method is either render(Document) or
render(Parser, InputSource) respectively.
</p>
- <p>A third possibility may be used to build the FO Tree, namely
- calling getContentHandler() and firing the SAX events yourself.
+ <p>
+ <strong>Another possibility may be used to build the FO Tree. You can
+ call getContentHandler() and fire the SAX events yourself.
+ </strong>
</p>
<p>Once the FO Tree is built, the format() and render() methods may be
called in that order.