|
@@ -12,24 +12,24 @@ website at http://www.linuxfromscratch.org for more information.
|
|
|
If all you want to do is convert XML to HTML perform the following:
|
|
|
|
|
|
* libxml2
|
|
|
- - http://www.linuxfromscratch.org/blfs/view/cvs/general/libxml2.html
|
|
|
+ - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
|
|
|
|
|
|
* libxslt
|
|
|
- - http://www.linuxfromscratch.org/blfs/view/cvs/general/libxslt.html
|
|
|
+ - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
|
|
|
|
|
|
* DocBook DTD
|
|
|
- - http://www.linuxfromscratch.org/blfs/view/cvs/pst/xml.html
|
|
|
+ - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
|
|
|
|
|
|
* DocBook XSL Stylesheets
|
|
|
- - http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html
|
|
|
+ - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
|
|
|
- additionally create a link from
|
|
|
- /usr/share/xml/docbook/xsl-stylesheets-1.67.0 to
|
|
|
+ /usr/share/xml/docbook/xsl-stylesheets-[version] to
|
|
|
/usr/share/xml/docbook/xsl-stylesheets-current
|
|
|
|
|
|
- ln -s xsl-stylesheets-1.67.0 /usr/share/xml/docbook/xsl-stylesheets-current
|
|
|
+ ln -s xsl-stylesheets-[version] /usr/share/xml/docbook/xsl-stylesheets-current
|
|
|
|
|
|
* HTMLTidy
|
|
|
- - http://www.linuxfromscratch.org/blfs/view/cvs/general/tidy.html
|
|
|
+ - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html
|
|
|
- you'll also need the patch at http://linuxfromscratch.org/~matthew/tidy-041026-prevent_PRE_newlines-1.patch as well.
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
@@ -39,7 +39,7 @@ already installed) and converts it to PDF. FOP is dependent on ANT
|
|
|
(Another Neat Tool) and the Java Advanced Imaging (JAI) API.
|
|
|
|
|
|
First we need the Java SDK installed. See
|
|
|
-http://www.linuxfromscratch.org/blfs/view/cvs/general/j2sdk.html.
|
|
|
+http://www.linuxfromscratch.org/blfs/view/svn/general/j2sdk.html.
|
|
|
|
|
|
Now install JAI:
|
|
|
- Download jai-1_1_2_01-lib-linux-i586-jdk.bin from
|