From: Vitaly Ostanin <vyt@altlinux.org>
To: ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Бага в xml-ном добре (xml-common-0.6.3-alt11 и docbook-dtds-4.4-alt1)
Date: Thu, 08 May 2008 18:18:05 +0400
Message-ID: <48230B9D.10603@altlinux.org> (raw)
In-Reply-To: <4822F985.7060205@rambler.ru>
[-- Attachment #1: Type: text/plain, Size: 1363 bytes --]
Yury Aliaev пишет:
<skipped/>
> Виталий, большое спасибо за разъяснения. Правда, мне оно нисколько не
> помогло ответить на два традиционных русских вопроса (кто виноват и что
> делать). Так что багу на docbook-utils я всё же повешу, если до вечера
> не получу разъяснений, почему же в моём случае не происходит
> преобразования из SGML в HTML.
Я посмотрел в потроха - в qtiplot 0.9.5 всё-таки DocBook/XML, и
docbook2html это определил в /usr/bin/jw:
# Determine if we are in an XML file
SGML_XML=`head "$SGML_FILE" | grep "<?xml.*?>" | wc -l`
if [ $SGML_XML -eq 1 ]; then
SGML_XML="xml"
else
SGML_XML="sgml"
fi
после чего подставил /etc/sgml/xml-docbook.cat
Так что это баг qtiplot - он в Makefile вызывает docbook2html для
XML, хотя в 'man docbook2html' написано:
For the moment, jw does not handle XML, but only SGML.
Для сборки XML нужно пользоваться XSLT-процессором, например,
xsltproc, и XSL-стилями. В qtiplot рядом со стилем DSSSL лежит стиль
qtiplot_html.xsl, видимо, предназначенный для этих целей.
Кстати, в этом стиле ошибка - вместо
<xsl:import
href="file:////usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/>
нужно
<xsl:import
href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
--
Regards, Vyt
mailto: vyt@altlinux.org
JID: vitaly.ostanin@gmail.com
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
next prev parent reply other threads:[~2008-05-08 14:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-07 10:33 Yury Aliaev
2008-05-07 14:28 ` Vitaly Ostanin
2008-05-08 13:00 ` Yury Aliaev
2008-05-08 14:18 ` Vitaly Ostanin [this message]
2008-05-12 9:57 ` Yury Aliaev
2008-05-12 10:11 ` Vitaly Ostanin
2008-05-12 14:34 ` Yury Aliaev
2008-05-12 16:05 ` Vitaly Ostanin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48230B9D.10603@altlinux.org \
--to=vyt@altlinux.org \
--cc=sisyphus@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git