Forum OpenACS Development: Re: How to configure DocBook to convert xml to html

Collapse
Posted by Joel Aufrecht on
The simplest way to download the DTD and get xsltproc in Redhat is to install the RPMs docbook-xml v4.2, docbook-xsl v1.56, libxslt 1.0.21, and xsltproc 1.0.21.  You don't configure DocBook to convert xml to html.  Instead, you use xsltproc in combination with an xsl stylesheet to process an xml file.  The stylesheet is the set of rules to produce html from xml.
Collapse
Posted by James Bennin on
Thank you for your reply.  Now the question I have is where do I find these softwares or programs, and do I install them?

Thank you

James

Collapse
Posted by Joel Aufrecht on
Which distribution are you using?  In red hat, they are all part of Red Hat 9 and you can use RPM or System Settings -> Add/Remove Applications.
Collapse
Posted by James Bennin on
I am running Red Hat 8.0

service0=# select version();
                                                 version
---------------------------------------------------------------------------------------------------------
 PostgreSQL 7.2.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
(1 row)


Thank you