Re: documentation is now XML

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: documentation is now XML
Date: 2018-01-24 01:25:30
Message-ID: c94ce595-b5e6-83d8-3be1-b35021d1156d@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/23/2018 04:59 PM, Bruce Momjian wrote:
> On Thu, Nov 23, 2017 at 03:39:24PM -0500, Tom Lane wrote:
>> Also, we're way overdue for getting out from under the creaky TeX-based
>> toolchain for producing PDFs. Every time we make releases, I worry
>> whether we're going to get blindsided by its bugs with hotlinks that get
>> split across pages, since page breaks tend to vary in position depending
>>
>> I am coming in late here, but I am not aware of any open source
>> professional typesetting software that has output quality as good as
>> TeX.

It has been ages since I have dealt with this but as I recall but moving
to XML we can use XSLT to push to PDF. The resulting product is as good
(if not better in some ways) to old fashion SGML->TEX->PDF.
Here are a couple of articles:

https://www.codeproject.com/Articles/595650/Creating-PDF-documents-from-XML
https://www.ibm.com/developerworks/library/x-xmlxsltpdf/index.html

JD

--
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc

PostgreSQL centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://postgresconf.org
***** Unless otherwise stated, opinions are my own. *****

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2018-01-24 01:34:45 Re: documentation is now XML
Previous Message Tsunakawa, Takayuki 2018-01-24 01:07:53 RE: [HACKERS][PATCH] Applying PMDK to WAL operations for persistent memory