Changeset 678cb5c2


Ignore:
Timestamp:
05/18/2004 02:06:42 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a22f725
Parents:
3864f9c
Message:

implement xsl processing in book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2178 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    r3864f9c r678cb5c2  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
    3                         "/usr/share/docbook/docbookx.dtd" [
     3        "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
    44
    55<!ENTITY version "CVS-20040517">
  • introduction/welcome/changelog.xml

    r3864f9c r678cb5c2  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>May 17th, 2004 [larry]: modified sgml and xml sections
     15to reflect the new xsl processing.</para></listitem>
    1316
    1417<listitem><para>May 17th, 2004 [larry]: expanded dependencies of GnuTLS,
  • pst/sgml/docbook-dsssl/docbook-dsssl-config.xml

    r3864f9c r678cb5c2  
    1010    /usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;/html/</command></userinput></screen>
    1111
    12 <para>If you would like to test <application>Docbook <acronym>XML</acronym>
    13 <acronym>DTD</acronym></application>, <application>DocBook
    14 <acronym>DSSSL</acronym> Stylesheets</application> and
    15 <application>OpenJade</application> against the <acronym>BLFS</acronym> book,
    16 use the following command. The commands are written for a
    17 <application><acronym>CVS</acronym></application> checkout to your home
    18 directory with output going to the present working directory, so make any
    19 necessary modifications for your setup.
    20 <screen><userinput><command>mkdir introduction postlfs general connect basicnet server \
    21     content x kde gnome xsoft multimedia pst preface appendices other &amp;&amp;
    22 openjade -t sgml \
    23     -d /usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;/html/blfs.dsl \
    24     /usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;/dtds/decls/xml.dcl \
    25     ~/BLFS/BOOK/index.xml</command></userinput></screen>
    26 If successful you should have a <acronym>HTML</acronym>
    27 <acronym>BLFS</acronym> book in exactly the same
    28 format as presented on the web page.</para>
    2912</sect3>
    3013
  • pst/sgml/openjade/openjade-config.xml

    r3864f9c r678cb5c2  
    44<sect3><title>Configuration Information</title>
    55
    6 <screen><userinput><command>echo "SYSTEM \"/usr/share/docbook/docbookx.dtd\" \
    7 \"/usr/share/xml/docbook/xml-dtd-&DocBook-version;/docbookx.dtd\"" &gt;&gt; \
     6<screen><userinput><command>echo "SYSTEM \"http://www.oasis-open.org/docbook/xml/&DocBook-version;/docbookx.dtd\" \
     7    \"/usr/share/xml/docbook/xml-dtd-&DocBook-version;/docbookx.dtd\"" &gt;&gt; \
    88    /usr/share/sgml/openjade-&openjade-version;/catalog</command></userinput></screen>
    99<para>This configuration is only necessary if you intend to use
  • pst/xml/docbook-xsl/docbook-xsl-config.xml

    r3864f9c r678cb5c2  
    1010<para>The above installation script creates the files and updates the
    1111catalog.</para>
    12 <para>If you would like to test <application>DocBook <acronym>XML</acronym> <acronym>DTD</acronym></application> and
    13 <application>DocBook <acronym>XSL</acronym> Stylesheets</application> against the
    14 <acronym>BLFS</acronym> book, use the following command.  The command is
    15 written for a <application><acronym>CVS</acronym></application> checkout to your home directory with output going to the
    16 present working directory, so make any necessary modifications for your setup.
    17 <screen><command>xsltproc --nonet -o index.html \
    18     http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
    19     ~/BLFS/BOOK/index.xml</command></screen>
    20 If successful you should have a <filename>index.html</filename> file that will
    21 display the <acronym>BLFS</acronym> Book in a browser on a single page. It
    22 will be formatted by the <application><acronym>XSL</acronym>
    23 Stylesheets</application>, so it will not match the web published
    24 <acronym>BLFS</acronym> book, which is formatted by <application>DocBook
    25 <acronym>DSSSL</acronym> Stylesheets</application>.</para>
    2612</sect3>
    2713
  • pst/xml/docbook/docbook-config.xml

    r3864f9c r678cb5c2  
    99
    1010<para>The above installation script creates the files and updates the catalog.
    11 We need to make additional entries in order to process the
    12 <acronym>BLFS</acronym> book:</para>
    13 <screen><userinput><command>xmlcatalog --noout --add "delegateSystem" \
    14     "/usr/share/docbook/" \
    15     "file:///etc/xml/docbook" /etc/xml/catalog &amp;&amp;
    16 xmlcatalog --noout --add "delegateURI" \
    17     "/usr/share/docbook/" \
    18     "file:///etc/xml/docbook" /etc/xml/catalog &amp;&amp;
    19 xmlcatalog --noout --add "rewriteSystem" \
    20     "/usr/share/docbook" \
    21     "file:///usr/share/xml/docbook/xml-dtd-&DocBook-version;" \
    22     /etc/xml/docbook &amp;&amp;
    23 xmlcatalog --noout --add "rewriteURI" \
    24     "/usr/share/docbook" \
    25     "file:///usr/share/xml/docbook/xml-dtd-&DocBook-version;" \
    26     /etc/xml/docbook</command></userinput></screen>
    27 
    28 <para>In order to install <application>ScrollKeeper</application> or to utilize
     11In order to install <application>ScrollKeeper</application> or to utilize
    2912<application>DocBook <acronym>XML</acronym>
    3013<acronym>DTD</acronym></application> V&DocBook-version; when any version 4 is
Note: See TracChangeset for help on using the changeset viewer.