DocBook XSL Stylesheets-1.65.1

Introduction à DocBook XSL Stylesheets

Le package DocBook XSL Stylesheets contient les feuilles de style XSL, utiles pour réaliser les transformations sur des fichiers DocBook XML.

Informations sur le package

Dépendances de DocBook XSL Stylesheets

Installation de DocBook XSL Stylesheets

Installez DocBook XSL Stylesheets avec les commandes suivantes:

install -d /usr/share/xml/docbook/xsl-stylesheets-1.65.1 &&
cp -af VERSION common extensions fo html htmlhelp images javahelp lib \
    manpages params profiling template tools xhtml \
    /usr/share/xml/docbook/xsl-stylesheets-1.65.1 &&
install -d /usr/share/doc/xml &&
cp -af doc/* /usr/share/doc/xml &&
if [ ! -f /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog --noout \
    --create /etc/xml/catalog; fi &&
if [ ! -e /etc/xml/docbook ]; then xmlcatalog --noout --create \
    /etc/xml/docbook; fi &&
xmlcatalog --noout --add "rewriteSystem" \
    "http://docbook.sourceforge.net/release/xsl/1.65.1" \
    "/usr/share/xml/docbook/xsl-stylesheets-1.65.1" /etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
    "http://docbook.sourceforge.net/release/xsl/1.65.1" \
    "/usr/share/xml/docbook/xsl-stylesheets-1.65.1" /etc/xml/catalog &&
xmlcatalog --noout --add "rewriteSystem" \
    "http://docbook.sourceforge.net/release/xsl/current" \
    "/usr/share/xml/docbook/xsl-stylesheets-1.65.1" /etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
    "http://docbook.sourceforge.net/release/xsl/current" \
    "/usr/share/xml/docbook/xsl-stylesheets-1.65.1" /etc/xml/catalog &&
xmlcatalog --noout --add "delegateSystem" \
    "http://docbook.sourceforge.net/release/xsl/" \
    "file:///etc/xml/docbook" /etc/xml/catalog &&
xmlcatalog --noout --add "delegateURI" \
    "http://docbook.sourceforge.net/release/xsl/" \
    "file:///etc/xml/docbook" /etc/xml/catalog

Configurer DocBook XSL Stylesheets

Fichier de configuration

/etc/xml/catalog

Informations de configuration

Le script d'installation ci-dessous crée les fichiers et met à jour le catalogue.

Contenu

Le package DocBook XSL Stylesheets contient les feuilles de style XSL pour le HTML et pour FO.