Changeset c0be107


Ignore:
Timestamp:
08/31/2004 06:19:13 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
2e3a473
Parents:
1828a5f
Message:

Making a proper English punctuation for xref elemments (HTML output). See chapter05/gettext.xml for a tagging example.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gettext.xml

    r1828a5f rc0be107  
    7171
    7272<sect2 role="content"><title/>
    73 <para>Details on this package are located in <xref linkend="contents-gettext"/></para>
     73<para>Details on this package are located in <xref linkend="contents-gettext" role="."/></para>
    7474</sect2>
    7575
  • stylesheets/lfs-chunked2.xsl

    r1828a5f rc0be107  
    1515  <xsl:include href="xhtml/lfs-titles.xsl"/>
    1616  <xsl:include href="xhtml/lfs-toc.xsl"/>
     17  <xsl:include href="xhtml/lfs-xref.xsl"/>
    1718
    1819    <!-- The CSS Stylesheet -->
  • stylesheets/xhtml/lfs-titles.xsl

    r1828a5f rc0be107  
    9898      <xsl:otherwise>
    9999        <xsl:copy-of select="$title"/>
    100         <xsl:text>.</xsl:text>
     100        <xsl:value-of select="$role"/>
    101101      </xsl:otherwise>
    102102    </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.