Re: [DOCS] Docbook 5.x

Поиск
Список
Период
Сортировка
От Alexander Lakhin
Тема Re: [DOCS] Docbook 5.x
Дата
Msg-id 4d6bae8e-4e25-dfde-ca8a-358b989fa8fe@gmail.com
обсуждение исходный текст
Ответ на Re: [DOCS] Docbook 5.x  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-docs
Hello Peter,
28.11.2017 19:02, Peter Eisentraut wrote:
>
> What is the standalonetext attribute?  I don't see that in the DTD.
> Wouldn't that fail validation?
I've added it to postgres.sgml as allowed by DocBook standard:
http://www.sagehill.net/docbookxsl/AddProfileAtt.html
+<!ENTITY % local.effectivity.attrib "standalonetext CDATA #IMPLIED">

> Also, the makefile fragments need to be written differently.  You can't
> use pipes; that would not catch any errors.

I believe, that the last xsltproc will fail in case of error in previous 
command(s) as it will not get valid xml. For example, if sed failed with 
error, I get:
-:1: parser error : Document is empty


Best regards,
------
Alexander Lakhin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [DOCS] Docbook 5.x
Следующее
От: ian@thepathcentral.com
Дата:
Сообщение: Trigger behaviour not as stated