Adam Strzelecki wrote: > Hussein Shafie wrote: > >> Removing the limitation would mean: >> >> "%C" is the name of the directory containing the XXE configuration >> file (in your case customize.xxe) from which the process command *or* >> *the* *named* *parameter* *group* has been loaded. >> >> Therefore please try: >> >> <cfg:parameterGroup name="docb.toPS.FOPParameters"> >> <cfg:parameter name="configuration">%C%Sfop-config.xml</cfg:parameter> >> </cfg:parameterGroup> >> >> and tell us if it works, if it does not work just say so and we'll >> remove this limitation for next release. > > > I've just tested it and unfortunately it doesn't work. It still looks > for fop-config.xml in /Applications/XMLMind.app/... not in my home's > ~/.fop/addons where is my customize.xxe. > > So I hope you can do fix it somehow with new release, so customize.xxe > can be platform independent. >
Thank you for the feedback. Yes, we'll fix the problem in next release: * We'll try to make variable "%C" work outside a process command (e.g. in a parameterGroup) * OR we'll support: <cfg:parameter name="configuration" url="true">fop-config.xml</cfg:parameter> In either case, we'll use your problem -- specifying a config file for FOP 0.94 -- as a test case.

