]> granicus.if.org Git - docbook-dsssl/commitdiff
Use the new l10n.* parameters
authorNorman Walsh <ndw@nwalsh.com>
Fri, 6 Sep 2002 13:24:35 +0000 (13:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 6 Sep 2002 13:24:35 +0000 (13:24 +0000)
xsl/html/param.ent
xsl/html/param.xweb

index 7617e091cd51546a38bff739261d7fec08f795b5..b8aa180b6f20486f3a89e4d7f475eceef7309f05 100644 (file)
 <!ENTITY menuchoice.menu.separator SYSTEM "../params/menuchoice.menu.separator.xml">
 <!ENTITY bibliography.numbered SYSTEM "../params/bibliography.numbered.xml">
 <!ENTITY chunk.tocs.and.lots SYSTEM "../params/chunk.tocs.and.lots.xml">
+<!ENTITY graphicsize.extension SYSTEM "../params/graphicsize.extension.xml">
+<!ENTITY l10n.gentext.language SYSTEM "../params/l10n.gentext.language.xml">
+<!ENTITY l10n.gentext.default.language SYSTEM "../params/l10n.gentext.default.language.xml">
+<!ENTITY l10n.gentext.use.xref.language SYSTEM "../params/l10n.gentext.use.xref.language.xml">
index 4c9eaba19d41c6aeabaf46162c88b93a150f788c..0de253e7b10e75f0e970d1312c9b941db7737e43 100644 (file)
@@ -106,6 +106,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 &linenumbering.width;
 &tablecolumns.extension;
 &textinsert.extension;
+&graphicsize.extension;
 &use.extensions;
 </reference>
 
@@ -344,6 +345,12 @@ url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http:
 &htmlhelp.only;
 </reference>
 
+<reference><title>Localization</title>
+&l10n.gentext.language;
+&l10n.gentext.default.language;
+&l10n.gentext.use.xref.language;
+</reference>
+
 <appendix><title>The Stylesheet</title>
 
 <para>The <filename>param.xsl</filename> stylesheet is just a wrapper
@@ -422,6 +429,7 @@ around all these parameters.</para>
 <src:fragref linkend="glossary.collection.frag"/>
 <src:fragref linkend="glossterm.auto.link.frag"/>
 <src:fragref linkend="graphic.default.extension.frag"/>
+<src:fragref linkend="graphicsize.extension.frag"/>
 <src:fragref linkend="header.rule.frag"/>
 <src:fragref linkend="html.base.frag"/>
 <src:fragref linkend="html.cellpadding.frag"/>
@@ -476,6 +484,9 @@ around all these parameters.</para>
 <src:fragref linkend="htmlhelp.title.frag"/>
 <src:fragref linkend="htmlhelp.use.hhk.frag"/>
 <src:fragref linkend="inherit.keywords.frag"/>
+<src:fragref linkend="l10n.gentext.language.frag"/>
+<src:fragref linkend="l10n.gentext.default.language.frag"/>
+<src:fragref linkend="l10n.gentext.use.xref.language.frag"/>
 <src:fragref linkend="label.from.part.frag"/>
 <src:fragref linkend="linenumbering.everyNth.frag"/>
 <src:fragref linkend="linenumbering.extension.frag"/>