
Hello Raymond, Do you have read access for the directory /usr/local/docbook/docbook-xml-4.5b1 and all the files contained in that directory ? If you generate a PDF result do you have write access for the directory that contains the source DocBook document ? Do you have write access for the directory where you save the transformation result (the Save As field in the <oXygen/> dialog for editing the transformation scenario) ? You get the error that you see for test_xsltproc.sh because the shell interpreter of your Linux distribution is not called "bash" or is not located in the /bin directory. You have to correct the path to the interpreter available on your Linux system specified on the first line of test_xsltproc.sh. Best regards, Sorin Raymond wrote:
Do you have read access on the xsltproc directory ?
Yes, read and execute
~$ ls -la /usr drwxr-xr-x 13 root root 141 2005-04-27 09:39 . drwxr-xr-x 22 root root 4096 2005-04-28 14:14 .. drwxr-xr-x 2 root root 45056 2005-08-25 01:28 bin
~$ ls -la /usr/bin/xsltproc -rwxr-xr-x 1 root root 16312 2005-03-11 16:39 /usr/bin/xsltproc
Don't know if this is relevant:
~$ /usr/java/oxygen-6.1/frameworks/xs3p/examples/test_xsltproc.sh
bash: /usr/java/oxygen-6.1/frameworks/xs3p/examples/test_xsltproc.sh: bin/bash: bad interpreter: No such file or directory
Raymond