|
@@ -7,8 +7,9 @@ Let's start by downloading some software.
|
|
|
If all you want to do is being able to convert XML to HTML download the
|
|
|
following:
|
|
|
|
|
|
-OpenJade - http://openjade.sourceforge.net
|
|
|
+OpenJade - http://openjade.sourceforge.net/
|
|
|
DocBook-XML DTD - http://www.docbook.org/xml/4.1.2/
|
|
|
+Modified DocBook Entities - http://www2.linuxfromscratch.org/
|
|
|
DSSSL DocBook Stylesheets - http://www.nwalsh.com/docbook/dsssl/
|
|
|
|
|
|
As the DocBook DTD and Stylesheets are made available as a zip achives you
|
|
@@ -35,6 +36,10 @@ You have everything you need now. Let's install this stuff.
|
|
|
Create the /usr/share/docbook directory, cd into it and unpack the
|
|
|
docbook-xml dtd archive there.
|
|
|
|
|
|
+Remove the ent directory and unpack the docbook-4.1.2-newent.tar.bz2 file.
|
|
|
+This will create a new ent directory with entity files that work better
|
|
|
+with XML.
|
|
|
+
|
|
|
Create the /usr/share/dsssl directory, cd into it and unpack the dsssl
|
|
|
stylesheet archive in there. Rename the directory that's created by tar
|
|
|
into 'docbook'. Now copy the lfs.dsl file you will find in
|