ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Q: xml -> html
@ 2004-07-15  9:59 Alexey I. Froloff
  2004-07-15 12:18 ` [devel] " Michael Shigorin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2004-07-15  9:59 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

make[1]: Entering directory `/home/raorn/src/BTE/RPM/aptitude/work/aptitude-0.2.15.2/doc'
rm -fr output-html/
xsltproc -o output-html/ ./aptitude-html.xsl ./aptitude.xml
warning: failed to load external entity "/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"
compilation error: file ./aptitude-html.xsl line 8 element import
xsl:import : unable to load /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl
make[1]: *** [doc-html-stamp] Error 5
make[1]: Leaving directory `/home/raorn/src/BTE/RPM/aptitude/work/aptitude-0.2.15.2/doc'
make: *** [all-recursive] Error 1

$ grep /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl aptitude-html.xsl 
<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/>

$ locate /html/chunk.xsl
/usr/share/xml/docbook/xsl-stylesheets-1.64.0/html/chunk.xsl

И как его лечить?  Завязываться на xsl-stylesheets-1.64.0 не
хочу...

-- 
Regards, Sir Raorn.
-------------------
Господа перфекционисты, давайте завязывать с офтопиком -- тут в
такие дебри залезть можно...
		-- mike in community@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [devel] Re: Q: xml -> html
  2004-07-15  9:59 [devel] Q: xml -> html Alexey I. Froloff
@ 2004-07-15 12:18 ` Michael Shigorin
  2004-07-15 12:40 ` Vitaly Ostanin
  2004-07-15 15:39 ` [JT] Re: [devel] " Andrei Bulava
  2 siblings, 0 replies; 7+ messages in thread
From: Michael Shigorin @ 2004-07-15 12:18 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

On Thu, Jul 15, 2004 at 01:59:29PM +0400, Alexey I. Froloff wrote:
> $ locate /html/chunk.xsl
> /usr/share/xml/docbook/xsl-stylesheets-1.64.0/html/chunk.xsl
> И как его лечить?  Завязываться на xsl-stylesheets-1.64.0 не
> хочу...

См. solfege.spec? (credits в changelog)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [devel] Re: Q: xml -> html
  2004-07-15  9:59 [devel] Q: xml -> html Alexey I. Froloff
  2004-07-15 12:18 ` [devel] " Michael Shigorin
@ 2004-07-15 12:40 ` Vitaly Ostanin
  2004-07-15 15:41   ` Alexey I. Froloff
  2004-07-15 15:39 ` [JT] Re: [devel] " Andrei Bulava
  2 siblings, 1 reply; 7+ messages in thread
From: Vitaly Ostanin @ 2004-07-15 12:40 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]

Alexey I. Froloff пишет:
> make[1]: Entering directory `/home/raorn/src/BTE/RPM/aptitude/work/aptitude-0.2.15.2/doc'
> rm -fr output-html/
> xsltproc -o output-html/ ./aptitude-html.xsl ./aptitude.xml
> warning: failed to load external entity "/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"
> compilation error: file ./aptitude-html.xsl line 8 element import
> xsl:import : unable to load /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl
> make[1]: *** [doc-html-stamp] Error 5
> make[1]: Leaving directory `/home/raorn/src/BTE/RPM/aptitude/work/aptitude-0.2.15.2/doc'
> make: *** [all-recursive] Error 1
> 
> $ grep /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl aptitude-html.xsl 
> <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/>

Можно заменить эту строку на
<xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
, добавив в сборочные зависимости docbook-style-xsl.

Этот URI будет замаплен в файл из docbook-style-xsl через 
настройки XML Catalogs.

Кстати, в параметры xsltproc лучше добавить --nonet.

<skipped/>

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [JT] Re: [devel] Q: xml -> html
  2004-07-15  9:59 [devel] Q: xml -> html Alexey I. Froloff
  2004-07-15 12:18 ` [devel] " Michael Shigorin
  2004-07-15 12:40 ` Vitaly Ostanin
@ 2004-07-15 15:39 ` Andrei Bulava
  2004-07-15 18:14   ` Alexey I. Froloff
  2 siblings, 1 reply; 7+ messages in thread
From: Andrei Bulava @ 2004-07-15 15:39 UTC (permalink / raw)
  To: ALT Devel discussion list

On Thu, 15 Jul 2004, Alexey I. Froloff wrote:

> make[1]: Entering directory
> `/home/raorn/src/BTE/RPM/aptitude/work/aptitude-0.2.15.2/doc'

/me . o O (у нас будет новый aptitude? ур-р-а!)

-- 
// AB1002-UANIC


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [devel] Re: Q: xml -> html
  2004-07-15 12:40 ` Vitaly Ostanin
@ 2004-07-15 15:41   ` Alexey I. Froloff
  2004-07-22 21:26     ` Mikhail Zabaluev
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey I. Froloff @ 2004-07-15 15:41 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 444 bytes --]

* Vitaly Ostanin <vyt@> [040715 16:45]:
> >aptitude-html.xsl <xsl:import 
> >href="/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/>
> Можно заменить эту строку на
> <xsl:import 
> href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
> , добавив в сборочные зависимости docbook-style-xsl.
Да, vsu@ мне уже подсказал на irc.

P.S. Ещё один повод НЕ любить Debian Team... :-/

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [JT] Re: [devel] Q: xml -> html
  2004-07-15 15:39 ` [JT] Re: [devel] " Andrei Bulava
@ 2004-07-15 18:14   ` Alexey I. Froloff
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2004-07-15 18:14 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

* Andrei Bulava <abulava@> [040715 21:39]:
> > make[1]: Entering directory
> > `/home/raorn/src/BTE/RPM/aptitude/work/aptitude-0.2.15.2/doc'
> /me . o O (у нас будет новый aptitude? ур-р-а!)
Я пока в дедал отправил...  Отправил обновлённый apt-rpm патч
Gustavo, он его ещё проверит, обновит переводы, тогда можно и в
сизиф ;-)

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [devel] Re: Q: xml -> html
  2004-07-15 15:41   ` Alexey I. Froloff
@ 2004-07-22 21:26     ` Mikhail Zabaluev
  0 siblings, 0 replies; 7+ messages in thread
From: Mikhail Zabaluev @ 2004-07-22 21:26 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

Hello Alexey,

On Thu, Jul 15, 2004 at 07:41:55PM +0400, Alexey I. Froloff wrote:
>
> * Vitaly Ostanin <vyt@> [040715 16:45]:
> > >aptitude-html.xsl <xsl:import 
> > >href="/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/>
> > Можно заменить эту строку на
> > <xsl:import 
> > href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
> > , добавив в сборочные зависимости docbook-style-xsl.
> Да, vsu@ мне уже подсказал на irc.
> 
> P.S. Ещё один повод НЕ любить Debian Team... :-/

А я тут подумывал перенять у них policy...
Но забитый железно путь к файлу это, конечно, нехорошо.
XML-каталоги были придуманы для чего-то.

-- 
Stay tuned,
  MhZ                                     JID: mhz@altlinux.org
___________
The early bird who catches the worm works for someone who comes in late
and owns the worm farm.
		-- Travis McGee

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-07-22 21:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-15  9:59 [devel] Q: xml -> html Alexey I. Froloff
2004-07-15 12:18 ` [devel] " Michael Shigorin
2004-07-15 12:40 ` Vitaly Ostanin
2004-07-15 15:41   ` Alexey I. Froloff
2004-07-22 21:26     ` Mikhail Zabaluev
2004-07-15 15:39 ` [JT] Re: [devel] " Andrei Bulava
2004-07-15 18:14   ` Alexey I. Froloff

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git