- From: Dave Pawson <dave.pawson@gmail.com>
- Date: Sun, 14 Nov 2021 08:19:22 +0000
- To: Steven Pemberton <steven.pemberton@cwi.nl>
- Cc: ixml <public-ixml@w3.org>
On Sat, 13 Nov 2021 at 15:18, Steven Pemberton <steven.pemberton@cwi.nl> wrote:
>
>
> > A plain text para - how to terminate please?
> Officially, something like:
>
> para: word+, lf.
> lf: #a.
>
> However, until I fix the lf bug in my implementation (working on it) it won't work.
>
> So I would suggest as a temporary fix:
>
> para: word+, lf.
> lf: ¶.
Gives
para: word+, (lf)?.
lf:�
**** Factor expected here
17 lf:¶ .
^
�
**** Character "," expected
17 lf:¶ .
^
.
Which seems like multiple errors on the one line? Is it the pilcrow
(with/without space) then period that's
causing the problem?
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
Received on Sunday, 14 November 2021 08:19:46 UTC