Odd XProc issue with cx:unzip
Posted: Mon Jun 25, 2012 3:19 pm
Hi
I have an XProc script written for a client that seems to fail only when run as a transformation scenario in oXygen (13.2). Are there are known issues with dealing with Archives?
The scenario passes the current archive name to the XProc as an option. This works (I can output the option value correctly). However, none of the steps that use cx:unzip work. They all fail to extract content from the zip. Wrapping the unzip with a try/catch gives me an empty error document in the catch. The catch is clearly being executed but I have no way to see what's happening.
Any ideas? Happy to email the XProc code and a sample archive for testing.
I have an XProc script written for a client that seems to fail only when run as a transformation scenario in oXygen (13.2). Are there are known issues with dealing with Archives?
The scenario passes the current archive name to the XProc as an option. This works (I can output the option value correctly). However, none of the steps that use cx:unzip work. They all fail to extract content from the zip. Wrapping the unzip with a try/catch gives me an empty error document in the catch. The catch is clearly being executed but I have no way to see what's happening.
Any ideas? Happy to email the XProc code and a sample archive for testing.