[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] paragraphs and .TS/.TE in man macros
From: |
Michael(tm) Smith |
Subject: |
Re: [Groff] paragraphs and .TS/.TE in man macros |
Date: |
Mon, 5 Feb 2007 13:14:32 +0900 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
"Eric S. Raymond" <address@hidden>, 2007-02-04 11:04 -0500:
> Michael(tm) Smith <address@hidden>:
> > <para></para> is valid. It's not required to have content.
> > A <para></para> instance won't generate validation errors.
>
> Huh? About a week ago I tried a change to the way I handled list terminations
> and xmllint complained biiterly about <para></para>.
I don't know why it would have. If you test with the following, it
should validate without any errors or warnings.
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<article>
<title>foo</title>
<para/>
</article>