On 13.01.2009 11:56:53 Vincent Hennebert wrote: > Hi Matt, > > Matt Dong wrote: > > Hi, > > > > Thanks for your guys help. > > > > But We tried the test, it still didn't work. I attached our fop config > > file, could you please see if something wrong over there? > > You better specify an absolute path for the <base> element. If you > specify a relative path, it is resolved against the directory you are in > when running the command, which may lead to unpredictable results. > > It would probably be more intuitive if it were resolved against the base > uri of the config file (and more in line with the specification of URIs > as well); what do others think?
+1. Now that we're on Java 1.4, it can make sense to make more use of java.net.URI where possible. Helps avoiding problems. <snip/> Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
