Changeset bdd29e4


Ignore:
Timestamp:
04/03/2005 07:40:42 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.0
Children:
d977fb5
Parents:
ef59e50
Message:

Fix XSL Stylesheet compatability

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ref59e50 rbdd29e4  
    4040and CUPS-1.1.23; added the creation of an 'lp' user to the CUPS
    4141instructions.</para></listitem>
    42 =======
     42
    4343<listitem><para>April 1st, 2005 [randy]: Updated to DocBook XML DTD-4.4 and
    4444DocBook XSL Stylesheets-1.68.1.</para></listitem>
    45 >>>>>>> .r3640
    4645
    4746<listitem><para>March 31st, 2005 [bdubbs]: Updated the install instructions
  • pst/xml/docbook-xsl.xml

    ref59e50 rbdd29e4  
    1414<sect1 id="docbook-xsl"
    1515xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
     16
    1617<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     18  <othername>$LastChangedBy$</othername>
     19  <date>$Date$</date>
    1920</sect1info>
     21
    2022<?dbhtml filename="docbook-xsl.html"?>
    2123<title>DocBook XSL Stylesheets-&docbook-xsl-version;</title>
     
    3133<sect3><title>Package information</title>
    3234<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink
    34 url="&docbook-xsl-download-http;"/></para></listitem>
    35 <listitem><para>Download (FTP): <ulink
    36 url="&docbook-xsl-download-ftp;"/></para></listitem>
    37 <listitem><para>Download MD5 sum: &docbook-xsl-md5sum;</para></listitem>
    38 <listitem><para>Download size: &docbook-xsl-size;</para></listitem>
    39 <listitem><para>Estimated disk space required:
    40 &docbook-xsl-buildsize;</para></listitem>
    41 <listitem><para>Estimated build time:
    42 &docbook-xsl-time;</para></listitem></itemizedlist>
     35  <listitem><para>Download (HTTP): <ulink url="&docbook-xsl-download-http;"/></para></listitem>
     36  <listitem><para>Download (FTP): <ulink url="&docbook-xsl-download-ftp;"/></para></listitem>
     37  <listitem><para>Download MD5 sum: &docbook-xsl-md5sum;</para></listitem>
     38  <listitem><para>Download size: &docbook-xsl-size;</para></listitem>
     39  <listitem><para>Estimated disk space required: &docbook-xsl-buildsize;</para></listitem>
     40  <listitem><para>Estimated build time: &docbook-xsl-time;</para></listitem>
     41</itemizedlist>
    4342</sect3>
    4443
    45 <sect3><title><application>DocBook <acronym>XSL</acronym>
    46 Stylesheets</application> dependencies</title>
    47 <sect4><title>Required</title>
    48 <para><xref linkend="libxslt"/></para>
     44<sect3>
     45<title><application>DocBook <acronym>XSL</acronym> Stylesheets</application> dependencies</title>
     46
     47<sect4>
     48<title>Required</title>
     49  <para><xref linkend="libxslt"/></para>
    4950</sect4>
    5051</sect3>
     
    5354
    5455<sect2>
    55 <title>Installation of <application>DocBook <acronym>XSL</acronym>
    56 Stylesheets</application></title>
     56<title>Installation of <application>DocBook <acronym>XSL</acronym> Stylesheets</application></title>
    5757
    5858<para>Install <application>DocBook <acronym>XSL</acronym>
     
    9595</sect2>
    9696
     97<sect2>
     98<title>Configuring <application>DocBook <acronym>XSL</acronym> Stylesheets</application></title>
    9799
    98 <sect2>
    99 <title>Configuring <application>DocBook <acronym>XSL</acronym>
    100 Stylesheets</application></title>
     100<sect3 id="docbook-xsl-config">
     101<title>Config files</title>
    101102
    102 <sect3 id="docbook-xsl-config"><title>Config files</title>
    103103<para><filename>/etc/xml/catalog</filename></para>
    104 <indexterm zone="docbook-xsl docbook-xsl-config"><primary
    105 sortas="e-etc-xml-catalog">/etc/xml/catalog</primary></indexterm>
     104
     105<indexterm zone="docbook-xsl docbook-xsl-config">
     106  <primary sortas="e-etc-xml-catalog">/etc/xml/catalog</primary>
     107</indexterm>
     108
    106109</sect3>
    107110
    108 <sect3><title>Configuration Information</title>
     111<sect3>
     112<title>Configuration Information</title>
    109113
    110114<para>The system profile needs to be updated to utilize the new
     
    146150    /etc/xml/catalog</command></userinput></screen>
    147151
     152<note><para>To use XSL Stylesheets for GTK-Doc, and possibly other packages, a
     153"current" version is needed instead of a specific version number.  In this
     154case, use the following instructions:</para>
     155
     156<literallayout><userinput><command>xmlcatalog --noout --add "rewriteSystem" \
     157    "http://docbook.sourceforge.net/release/xsl/current" \
     158    "/usr/share/xml/docbook/xsl-stylesheets-1.67.2" \
     159    /etc/xml/catalog   &amp;&amp;
     160
     161xmlcatalog --noout --add "rewriteURI" \
     162    "http://docbook.sourceforge.net/release/xsl/current" \
     163    "/usr/share/xml/docbook/xsl-stylesheets-1.67.2" \
     164    /etc/xml/catalog</command></userinput></literallayout>
     165
     166<para>This is a workaround that may or may not work for other packages that may
     167need a "current" catalog version.</para>
     168</note>
     169
    148170<!-- The following is very specific to LFS 6.0, the first sentence for
    149171make and the remainder for 'make pdf', If it stays, it needs to be removed
     
    157179
    158180</sect3>
    159 
    160181</sect2>
    161182
    162183<sect2>
    163184<title>Contents</title>
     185
    164186<segmentedlist>
    165187<segtitle>Installed Files</segtitle>
     
    173195
    174196</sect2>
    175 
    176197</sect1>
Note: See TracChangeset for help on using the changeset viewer.