> The problem comes from the fact that the value of <cfg:parameter  
> name="XXX"> is always considered to be a *string* and not an URL.  
> That's why a relative URL found there is not resolved against the  
> URL of the file containing the <cfg:parameter> element.
> If the value of a <cfg:parameter> is a file, then you need to  
> specify an absolute path...OR, but I'm not 100% sure...Specify  
> something like:
> <cfg:parameter name="configuration">%C%Sfop-config.xml</cfg:parameter>
Thanks for clarification.

> That is, not %H/.xxe/addon/... but %C%Syour_ancillary_config_file.xml
Yeah, but I how can I set my_fop_config.xml to be next to  
customize.xxe (same folder)? Something like %A or %a pointing at path  
where customize.xxe lays would be nice.
I just want to tell user... extract those 3 files into ~/.xxe/addon/  
and now you have customized FOP & DocBook, I don't want to place any  
files into XMLMind installation folder.
Pbm is that there's no system independent variable so I need to use  
%H/.xxe/addon/fop-config.xml on Unix and %H/Application Data/XMLmind/ 
XMLEditor/addon/fop-config.

Also I think there's a but in XXE itself in Windows. I have Polish  
Windows and "Application Data" is called there "Dane Aplikacji", and  
%APPDATA% env variable points properly to localized folder, but XXE  
seems to create explicitly "Application Data" (English), specially  
just for XXE. Can you use %APPDATA% folder exactly as it is set?

Regards,
-- 
Adam Strzelecki |: nanoant.com :|


Reply via email to