Hi Betty.
On 13/02/2008, harvey <harvey@eccnet.com> wrote:
> First I tried:
>
> C:\Progra~1\RenderX5\XEPWin\xep\xep filename1.fo
> ...
> C:\Progra~1\RenderX5\XEPWin\xep\xep filename#.fo
>
> The batch file converted first file, then stopped.
since xep is really xep.bat IIRC, you need to resolve
running other batch files from the first one?
I can't remember the syntax.
>
> I then tried:
>
> java -jar C:\Progra~1\RenderX5\XEPWin\xep\lib\xep.jar -fo
> htmlfiles/graphics/F664259300-9-ch2-fig2-1.fo
>
> I get the following error:
>
> Formatter initialization failed: java.net.MalformedURLException:
> Invalid URL or non-existent file: xep.xml
Java (even on Windows machines) uses / instead of \
1. Avoid c: in any of the paths if you can. It causes trouble.
2. Have a look at xep.bat and work out the classpath used.
Rewrite using / syntax and try again. It should work.
HTH
-- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.htmlReceived on Wed Feb 13 01:34:09 2008
This archive was generated by hypermail 2.1.8 : Wed Feb 13 2008 - 01:34:10 PST