Robert P. J. Day wrote:
  ok, being a FOP beginner, i'm sure there's a reason that FOP
insists on accessing the network when it's processing a FO
file to PDF.

FOP doesn't access the network by itself. I guess you use an XSL transformation and a source XML document which contains a doctype declaration pointing to a http URL. The parser will usually try to fetch the DTD from the URL. If so, either - Get rid of the DOCTYPE decl, for example by deleting it - Download the DTD to a more local place and change the DOCTYPE to point to this location, preferably with a file: URL. - Use a catalog mechanism. Check the docs for your XML parser for details.

J.Pietschmann







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to