]> source.dussan.org Git - xmlgraphics-fop.git/commit
Code changed to set the Base URL in FOUserAgent, which allows
authorGlen Mazza <gmazza@apache.org>
Tue, 16 Mar 2004 05:25:16 +0000 (05:25 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 16 Mar 2004 05:25:16 +0000 (05:25 +0000)
commit6defe06fc7bc46bf8ab9d5d6336991e842a05b0b
treebcc0cfa09bcec41bf28fa424bc563627d46bbf48
parent2211452edf300b026061569655723094ee883bcd
Code changed to set the Base URL in FOUserAgent, which allows
image.ImageFactory to use this value in order to determine locations
of images given relative to the input source file.

e.g. c:\xml-fop>fop examples\fo\basic\images.fo images.pdf

will now run correctly.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197450 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/apps/Driver.java
src/java/org/apache/fop/apps/FOFileHandler.java
src/java/org/apache/fop/apps/InputHandler.java
src/java/org/apache/fop/apps/XSLTInputHandler.java
src/java/org/apache/fop/image/ImageFactory.java