Rev 4738 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4738 | myou72 | 1 | $LastChangedBy: bdubbs $ |
2 | $Date: 2008-03-08 05:55:43 +0100 (sam, 08 mar 2008) $ |
||
540 | gleu | 3 | |
4 | |||
4738 | myou72 | 5 | Ok, so you have downloaded the XML source. Now what? You are probably |
6 | wanting to convert these XML files to easier to read HTML, PDF, TXT |
||
7 | or other formatted files. |
||
133 | guillaume | 8 | |
4738 | myou72 | 9 | To install the programs you need to generate these formats, you need |
10 | to have or install the following packages: |
||
133 | guillaume | 11 | |
4738 | myou72 | 12 | libxml2 |
13 | libxslt |
||
14 | DocBook XSL Stylesheets-1.68.1 |
||
15 | DocBook XML DTD-4.5 |
||
16 | tidy (optional for html) |
||
17 | JDK (for pdf) |
||
18 | FOP (for pdf) |
||
133 | guillaume | 19 | |
4738 | myou72 | 20 | The installation instructions for all these packages are available |
21 | in the BLFS book from one of the mirrors found at |
||
22 | http://www.linuxfromscratch.org/blfs. |
||
133 | guillaume | 23 |