On Tuesday 05 November 2002 17:18, Matej Cepl wrote:
> Hi,
Hi,
I'm sorry for replaying so late but I have been busy before.
> I am a total newbie in Docbook area, so I have tried to create
> a short document (with rich structure) to try it. However,
> I do not seem to be able to make .sgml file which would not make
> nsgmls -s complain. In the attached file nsgmls always complains
> that:
>
> nsgmls:moral_tmp.sgml:5:166:E: character data is not allowed here
> nsgmls:moral_tmp.sgml:5:184:E: end tag for "AUTHOR" which is not finished
For docbook the name is not enough. It needs to be
<firstname>Adam</firstname> <surname>Smith</surname>
Where <firstname> and <surname> (also with closing tags need to be in ert.
Look for the docbook-article template. You will see this example there.
> Could anybody tell me, what's wrong?
>
> Thanks,
>
> Matej
--
Jos� Ab�lio