Next in thread → Next in month →

Re: DOCBOOK-APPS: xt & xp need help

From
Bob Stayton <>
Date
2000-05-16T18:45:26+00:00
ID
Thread
Re: DOCBOOK-APPS: xt & xp need help
> From: madhu <>
> 
> how does one install XT & XP ?
> 
> can somebody explain in detail how to install these packages on my system:
> 
> redhat 6.1 
> kernel 2.2.15
> jdk 1.2.2
> jre 1.2.2

Here are the details:

1.  Download xt.zip and xp.zip from www.jclark.com.

2.  In a directory <mydir> of your choosing, such as /home/bobs/xt:
       unzip xt.zip
       unzip xp.zip

3.  Make sure your PATH env variable includes the java binary location,
    such as /usr/local/jre1.2.2/bin:

        export PATH=$PATH:/usr/local/jre1.2.2/bin

4.  Set your CLASSPATH env variable:

        export CLASSPATH=/home/bobs/xml/sax.jar:/home/bobs/xml/xp.jar:/home/bobs/xml/xt.jar

    [substituting your own location where you unzipped them]

5.  Execute:

   java  com.jclark.xsl.sax.Driver  myfile.xml  mystyle.xsl > myoutput

If you are using Norm's Docbook XSL, then mystyle.xsl
should be the path to either docbook/html/docbook.xsl
or docbook/fo/docbook.xsl, depending on your
output type.

Have fun.

bobs
Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The Santa Cruz Operation, Inc.              fax:   (831) 429-1887
                                            email: 
Next in thread → Next in month →