
Where do I find information on configuring xsltproc for oXygen-6.1? Raymond

Dear Raymond, Xsltproc is included in the <oXygen/> installation. Just select it in the Transformer combo in your transformation scenario. The version is listed in the About dialog, the Components tab. You can read about it in the User Manual, also available from Help - Help: chapter Transforming documents - Supported XSLT processors: http://www.oxygenxml.com/doc/ug-standalone-en/supported-XSLT-processors.html Best regards, Sorin Raymond wrote:
Where do I find information on configuring xsltproc for oXygen-6.1?
Raymond _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hello, The xsltproc was included in 6.0 distribution for Linux but was removed starting with 6.1 because of the incompatibilities between different Linux versions. You have to install it yourself, then make sure the PATH environment variable contains the path where it is located. Best regards, Dan Sorin Ristache wrote:
Dear Raymond,
Xsltproc is included in the <oXygen/> installation. Just select it in the Transformer combo in your transformation scenario. The version is listed in the About dialog, the Components tab. You can read about it in the User Manual, also available from Help - Help: chapter Transforming documents - Supported XSLT processors:
http://www.oxygenxml.com/doc/ug-standalone-en/supported-XSLT-processors.html
Best regards, Sorin
Raymond wrote:
Where do I find information on configuring xsltproc for oXygen-6.1?
Raymond _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

The xsltproc was included in 6.0 distribution for Linux but was removed starting with 6.1 because of the incompatibilities between different Linux versions. You have to install it yourself, then make sure the PATH environment variable contains the path where it is located.
Validated xsltproc installed and in the path. Can run from console as current (non su ) user without error. --------------------------- Using libxml 20617, libxslt 10112 and libexslt 810 xsltproc was compiled against libxml 20617, libxslt 10112 and libexslt 810 libxslt 10112 was compiled against libxml 20617 libexslt 810 was compiled against libxml 20617 --------------------------- BTW, can this version of xsltproc handle xincludes and xpointer utilizing element schemes? The following error is generated when attempting from oXygen: "Permission denied" Raymond

Hello, The error appeared in the Errors view of <oXygen/> ? What is the System id, location of the error ? Please send sample files for reproducing it. Best regards, Sorin Raymond wrote:
BTW, can this version of xsltproc handle xincludes and xpointer utilizing element schemes?
The following error is generated when attempting from oXygen: "Permission denied"

The error appeared in the Errors view of <oXygen/> ?
Yes
What is the System > id, location of the error ?
SystemID: null Description: E Permission denied
Please send sample files for reproducing it.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article SYSTEM "file:/usr/local/docbook/docbook-xml-4.5b1/docbookx.dtd"> <article> <para>foo</para> </article>

Hello, Do you have read access on the xsltproc directory ? Best Regards, Sorin Raymond wrote:
The error appeared in the Errors view of <oXygen/> ?
Yes
What is the System > id, location of the error ?
SystemID: null Description: E Permission denied
Please send sample files for reproducing it.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article SYSTEM "file:/usr/local/docbook/docbook-xml-4.5b1/docbookx.dtd"> <article> <para>foo</para> </article>
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

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

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

Hello Raymond, Yes Libxslt supports XPointer expressions in XInclude references to other document parts. See also: http://www.oxygenxml.com/pipermail/oxygen-user/2005-May/000463.html Best regards, Sorin Raymond wrote:
--------------------------- Using libxml 20617, libxslt 10112 and libexslt 810 xsltproc was compiled against libxml 20617, libxslt 10112 and libexslt 810 libxslt 10112 was compiled against libxml 20617 libexslt 810 was compiled against libxml 20617 ---------------------------
BTW, can this version of xsltproc handle xincludes and xpointer utilizing element schemes?
participants (3)
-
Dan Caprioara
-
Raymond
-
Sorin Ristache