Re: htmlhelp generation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: htmlhelp generation
Дата
Msg-id 200411232154.53473.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: htmlhelp generation  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
Magnus Hagander wrote:
> From what I can tell, this XSL will download and import another XSL
> from docbook.sourceforge.net every time you run "make" on it.

Normally, you or your operating system should set up an XML catalog
that maps that URI to a local copy.  For example, my system has

/etc/xml/catalog:
...
<delegateSystem systemIdStartString="http://docbook.sourceforge.net/release/xsl/"
catalog="file:///etc/xml/docbook-xsl.xml"/>

and

/etc/xml/docbook-xsl.xml:
...
<delegateSystem systemIdStartString="http://docbook.sourceforge.net/release/xsl/"
catalog="file:///usr/share/xml/docbook/stylesheet/nwalsh/catalog.xml"/>

This is no different from the public identifier mapping in the SGML
world, only that in the XML case it is possible, as a fallback, to
fetch the data over the net.  Whether you actually do that is between
you and your XSLT processor.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: htmlhelp generation
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: htmlhelp generation