Re: installing saxon

2003-07-03 Thread Emma Jane Hogbin
On Wed, Jul 02, 2003 at 11:02:53PM +0100, Colin Watson wrote: > The Saxon processor itself just comes as a set of Java libraries, I > believe. Ahhh, that makes sense. http://saxon.sourceforge.net/saxon6.5.2/samples.html It also seems like there are a few applications (in redhat RPMs) that are sax

Re: installing saxon

2003-07-02 Thread Colin Watson
On Tue, Jul 01, 2003 at 04:08:28PM -0400, Emma Jane Hogbin wrote: > I'm trying to get the Saxon XSLT Processor installed on my system. > apt-cache search saxon > reveals: > docbook-xsl - Stylesheets for processing DocBook XML files to HTML and > FO. > arbortext-catalog - Cat

Re: installing saxon

2003-07-02 Thread Kevin Mark
On Wed, 2003-07-02 at 10:08, Emma Jane Hogbin wrote: > On Wed, Jul 02, 2003 at 12:32:14AM -0400, Kevin Mark wrote: > > I think this is $PATH issue. try first doing a 'whereis saxon'. Then try > > doing runing the command with the 'absolute' path. The fix would be to > > edit your PATH. I think '.ba

Re: installing saxon

2003-07-02 Thread Emma Jane Hogbin
On Wed, Jul 02, 2003 at 12:32:14AM -0400, Kevin Mark wrote: > I think this is $PATH issue. try first doing a 'whereis saxon'. Then try > doing runing the command with the 'absolute' path. The fix would be to > edit your PATH. I think '.bashrc'? [EMAIL PROTECTED]:~$ whereis saxon saxon: /etc/saxon

Re: installing saxon

2003-07-02 Thread Kevin Mark
> I've installed docbook-xsl, lib-saxon-java, saxon-catalog. But when I try > to use "saxon" I get the following error: > saxon acpi.xml > /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/tldp-html.xsl > > tldp-saxon.html > bash: saxon: command not found Hi