diff options
author | Keiron Liddle <keiron@apache.org> | 2002-07-05 06:33:16 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-07-05 06:33:16 +0000 |
commit | 9d200f77139f7987a27e6b5bfcd42015a56eac6b (patch) | |
tree | f675515c0638d187d93817018ffb7f4ca776453b /docs/design | |
parent | 7d0020b452fd6897378a8b46e836b1a214f46236 (diff) | |
download | xmlgraphics-fop-9d200f77139f7987a27e6b5bfcd42015a56eac6b.tar.gz xmlgraphics-fop-9d200f77139f7987a27e6b5bfcd42015a56eac6b.zip |
cleaned up notes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/design')
-rw-r--r-- | docs/design/embedding.xml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/design/embedding.xml b/docs/design/embedding.xml index e1474ba7b..a429dec59 100644 --- a/docs/design/embedding.xml +++ b/docs/design/embedding.xml @@ -95,19 +95,16 @@ selection for renderer options. </s2> <s2 title="Others"> <p> -render to more than one renderer at once (maybe not from the command line). Two independent -sources have asked me in the last few weeks if this works. I must say -that this would be nice, since I could generate a PDF for the archive +render to more than one renderer at once (maybe not from the command line). +For example you could generate a PDF for the archive and the PS for the printer in one run. It would probably be faster than converting the PDF to PostScript afterwards. </p> <p> -I want to note that several code pieces for resolving URLs and/or -file locations are scattered all over FOP and Batik. Replacing -them all with an URIResolver invocation would unify behaviour and -remove redundancies. I'd also recommend to lift the default -URIResolver implementation from Saxon, it seems to tolerate the -usual abuse better than everything else i came across elsewere. +Several code pieces for resolving URLs and/or +file locations are scattered all over FOP and Batik. These should +be replaced with an URIResolver invocation to unify behaviour and +remove redundancies. </p> </s2> </s1> |