Enrique Rodriguez wrote: > I'm making one Ant script that convert many xml file to html and pdf. > > I've a litlle proble one i convert the xml file to pdf with the external > resources (iamges). The script catch the base url as the base dir of the > fileset but i think it's better if the base dir would be the folder that > contain the .fo file. > > Anybody think the same as me???
See: http://xml.apache.org/fop/anttask.html#Parameters+for+FOP+Ant+task where the "userconfig" parameter/attribute is discussed. Then see: http://xml.apache.org/fop/configuration.html#summary-key-value where the "basedir" configuration option is discussed. Between the two, I think you should be able to set the base directory to anything you want. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
