Changeset 90ca10d
- Timestamp:
- 04/02/2005 07:34:00 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 55526553
- Parents:
- ecc3032
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pst/xml/docbook-xsl.xml
recc3032 r90ca10d 140 140 141 141 <para>The above installation script creates the files and updates the 142 catalog. Some project stylesheets reference specific versions of 142 catalog with the current version of the <acronym>XML</acronym> stylesheets. 143 Some project stylesheets reference specific versions of 143 144 <acronym>XSL</acronym> stylesheets, like <acronym>BLFS</acronym>-6.0, which 144 needs the 1.67.2 version. The following commands can also serve 145 as an example for using a single <acronym>XSL</acronym> version to support 146 any hard coded versions, as needed. Ensure you modify the 147 <command>for</command> command below to only include the stylesheet versions 148 you desire (remove references to stylesheet versions you have installed, or 149 plan to install). Issue the following commands as the root user:</para> 150 151 <screen><userinput><command>for XSLVERSION in 1.61.3 1.65.1 1.66.1 1.67.0 1.67.2 1.68.0 152 do 153 xmlcatalog --noout --add "rewriteSystem" \ 154 "http://docbook.sourceforge.net/release/xsl/$XSLVERSION" \ 155 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \ 156 /etc/xml/catalog 157 xmlcatalog --noout --add "rewriteURI" \ 158 "http://docbook.sourceforge.net/release/xsl/$XSLVERSION" \ 159 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \ 160 /etc/xml/catalog 161 done</command></userinput></screen> 145 needs the 1.67.2 version. The following commands can serve as an example for 146 using a single <acronym>XSL</acronym> version to support any hard coded 147 versions, as needed. Us the following as an example to use the current 148 version of the stylesheets for the 1.67.2 version. Edit or add to the 149 commands to suit your particular needs. Issue the commands as the root 150 user:</para> 151 152 <screen><userinput><command>xmlcatalog --noout --add "rewriteSystem" \ 153 "http://docbook.sourceforge.net/release/xsl/1.67.2" \ 154 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \ 155 /etc/xml/catalog && 156 xmlcatalog --noout --add "rewriteURI" \ 157 "http://docbook.sourceforge.net/release/xsl/1.67.2" \ 158 "/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;" \ 159 /etc/xml/catalog</command></userinput></screen> 162 160 163 161 <para>Alternatively, other versions can be installed in their own
Note:
See TracChangeset
for help on using the changeset viewer.