xmlto-0.0.28

xmlto の概要

xmlto パッケージは XSL ツールチェーンのフロントエンドです。 変換したいスタイルシートを適切に選び出し、外部の XSL-T プロセッサーを利用して実行します。 その後に必要となる後処理も行います。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

  • ダウンロード (HTTP): https://releases.pagure.org/xmlto/xmlto-0.0.28.tar.bz2

  • ダウンロード MD5 sum: 93bab48d446c826399d130d959fe676f

  • ダウンロードサイズ: 128 KB

  • 必要ディスク容量: 1.5 MB (with tests)

  • 概算ビルド時間: less than 0.1 SBU (with tests)

xmlto の依存パッケージ

必須

docbook-xml-4.5, docbook-xsl-nons-1.79.2, libxslt-1.1.39

Optional (for DVI, PDF, and postscript backend post-processing)

fop-2.9, dblatex, and PassiveTeX

Optional (for text backend post-processing)

One of Links-2.29, Lynx-2.8.9rel.1, W3m, or ELinks

編集ノート: https://wiki.linuxfromscratch.org/blfs/wiki/xmlto

xmlto のインストール

以下のコマンドを実行して xmlto をビルドします。

LINKS="/usr/bin/links" \
./configure --prefix=/usr &&

make

ビルド結果をビルドする場合は make check を実行します。

root ユーザーになって以下を実行します。

make install

Command Explanations

LINKS="/usr/bin/links": This environment variable fixes a bug causing xmlto to think that links command is the same as elinks. Setting this variable does not cause problems if links is not installed, unless you have ELinks installed, and wish to use it for text backend post-processing, in which case, remove it.

パッケージ構成

インストールプログラム: xmlif, xmlto
インストールライブラリ: なし
インストールディレクトリ: /usr/share/xmlto

概略説明

xmlif

is a conditional processing instructions for XML

xmlto

applies an XSL stylesheet to an XML document