Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause
Date: 2024-09-19 22:05:29
Message-ID: ZuygKUU5ZGWqFxOm@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Sep 19, 2024 at 05:37:36PM -0400, Bruce Momjian wrote:
> On Thu, Sep 19, 2024 at 04:52:19PM -0400, Tom Lane wrote:
> > Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > > doc PG relnotes: document "Unresolved ID reference found" cause
> >
> > I'm really not happy with this. We've sweated blood to get rid
> > of all those PDF warnings. Introducing one on a permanent basis
> > is not acceptable.
>
> Okay, what do you suggest? I am trying to see if an empty paragraph
> will fix it.

It sounds like this problem:

https://www.oxygenxml.com/forum/dita-editing-and-publishing-dita-content/topic22035.html

I have applied the attached solution by using some more XPath magic.
Turns out making the paragraph empty, instead of removing it, prevents
the warning.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"

Attachment Content-Type Size
master.diff text/x-diff 866 bytes

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-09-19 22:05:48 pgsql: doc PG relnotes: remove warning about commit links in PDF build
Previous Message Bruce Momjian 2024-09-19 21:37:36 Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause