Re: Working with Docbook XML

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Working with Docbook XML
Дата
Msg-id Pine.LNX.4.30.0112211639400.628-100000@peter.localdomain
обсуждение исходный текст
Ответ на Working with Docbook XML  (Roberto Mello <rmello@cc.usu.edu>)
Список pgsql-docs
Roberto Mello writes:

> I've been using xsltproc to convert these Docbook XML docs to HTML. Anyone
> know of better alternatives?

As far as XSLT processing goes, you won't find anything significantly
better (and free) than xsltproc.  But you can also use Jade and the DSSSL
stylesheets.

> I would like to be able to convert to PS/PDF as well.

Either with Jade to RTF, then with a word processor to PS, or with Jade to
tex, then with JadeTeX to DVI or PDF, or with Jade to MIF, then with Adobe
Framemaker to whatever, or with xsltproc (or Saxon or Xalan or ...) to
XSL-FO, then with PassiveTeX or with FOP to PDF.  Plus some
you-have-to-pay-for-it possibilities I can't recall right now.

> I'm using the nwalsh chunks.xsl stylesheet to convert the top-level book
> to HTML. It includes 2 levels of sections in the main index.html. I'd like
> it to only do 1 level in the main page. Anyone know how to go about doing
> that?

Set the parameter "toc.section.depth" to something else.

The mailing list docbook-apps@lists.oasis-open.org is a good place to get
these kinds of questions answered.  Be sure to read the documentation
first.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Roberto Mello
Дата:
Сообщение: Working with Docbook XML
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: vs