[ome-users] Error when exporting as OME XML
Josiah Johnston
siah at nih.gov
Tue Jan 17 15:46:18 GMT 2006
The XML exporter uses a stylesheet during the export process. Because
of a bug in the perl package XML::LibXSLT, we use the command line tool
'xsltproc' to apply the stylesheet. Code in OME::Tasks::OMEExport
searches for this tool in three places:
/usr/bin/xsltproc, /usr/local/bin/xsltproc, and /sw/bin/xsltproc
Either you don't have the tool installed, or it isn't in one of those
paths. Can you type 'which xsltproc' on the command line and tell me
what you get?
If you get a path instead of "xsltproc: Command not found.", then the
"quick fix" will be for you to make a link to it:
sudo ln -s /your/path/to/xsltproc /usr/local/bin/xsltproc
If you post your path to the list serve, we'll add it to the search
paths for the next release.
-Josiah
On Jan 15, 2006, at 5:59 PM, Stefan Pluecken wrote:
> Hello,
>
> I am trying to set up an OME installation on a Debian Sarge linux.
> Nearly everything works fine (cvs-version of the OME), except for the
> OME XML exporting function. I'm getting the following error when I
> click the "Export as OME XML" link:
>
> Error serving OME::Web::XMLFileExport: Could not find xsltproc. at
> /usr/share/perl/5.8/CGI/Carp.pm line 314.
>
> Would be nice if you could help me with this.
>
> Thanks,
> Stefan
>
>
> _______________________________________________
> ome-users mailing list
> ome-users at lists.openmicroscopy.org.uk
> http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users
>
More information about the ome-users
mailing list