diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-08-30 18:19:10 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-08-30 18:19:10 +0000 |
commit | ab42f55d687e06d3c3f819fbf8e8746a1c17aeab (patch) | |
tree | a8d8729dc7ae2752b4e1859e9de1e69809dd57d7 /stylesheets/lfs-xsl/docbook-xsl-snapshot/common/table.xsl | |
parent | b1ba0fa3a86632f4bc9063ef2cc22e44c9fde32d (diff) |
Updated stylesheets to match trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8354 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/common/table.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-snapshot/common/table.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/table.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/table.xsl index 9c0c49844..562d3412a 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/table.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/table.xsl @@ -124,17 +124,17 @@ <doc:template name="entry.colnum" xmlns=""> <refpurpose>Determine the column number in which a given entry occurs</refpurpose> <refdescription id="entry.colnum-desc"> -<para>If an <sgmltag>entry</sgmltag> has a -<sgmltag class="attribute">colname</sgmltag> or -<sgmltag class="attribute">namest</sgmltag> attribute, this template +<para>If an <tag>entry</tag> has a +<tag class="attribute">colname</tag> or +<tag class="attribute">namest</tag> attribute, this template will determine the number of the column in which the entry should occur. -For other <sgmltag>entry</sgmltag>s, nothing is returned.</para> +For other <tag>entry</tag>s, nothing is returned.</para> </refdescription> <refparameter id="entry.colnum-params"> <variablelist> <varlistentry><term>entry</term> <listitem> -<para>The <sgmltag>entry</sgmltag>-element which is to be tested.</para> +<para>The <tag>entry</tag>-element which is to be tested.</para> </listitem> </varlistentry> </variablelist> |