2024-05-11 22:59:51 +08:00
|
|
|
# Ok, so you have downloaded the XML source. Now what?
|
|
|
|
|
|
|
|
You are probably wanting to convert these XML files to easier to read HTML.
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2020-08-19 08:39:16 +08:00
|
|
|
To install the programs you need to generate html, you need
|
2005-04-29 02:29:06 +08:00
|
|
|
to have or install the following packages:
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2024-05-11 22:59:51 +08:00
|
|
|
- libxml2
|
|
|
|
- libxslt
|
|
|
|
- docbook-xsl-nons-1.79.2
|
|
|
|
- docbook-4.5-dtd
|
|
|
|
- tidy
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2024-04-29 11:29:39 +08:00
|
|
|
Furthermore, you can also generate a PDF file, but need an extra package:
|
|
|
|
|
2024-05-11 22:59:51 +08:00
|
|
|
- fop (depends on apache-ant which depends on a JDK)
|
2024-04-29 11:29:39 +08:00
|
|
|
|
2008-03-08 12:55:43 +08:00
|
|
|
The installation instructions for all these packages are available
|
2005-05-31 06:16:12 +08:00
|
|
|
in the BLFS book from one of the mirrors found at
|
2021-04-23 19:00:10 +08:00
|
|
|
https://www.linuxfromscratch.org/blfs.
|