OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: pernicious mixed content


Hello,

I've encountered a listitem indentation problem discussed in TDG
(html/entry.html) and the following threads:

http://sources.redhat.com/ml/docbook-apps/2001-q3/msg00858.html
http://sources.redhat.com/ml/docbook-apps/2001-q4/msg00041.html

I understand that any block element should immediately follow listitem,
otherwise the parser would treat the listitem contents as inline.

I use para within listitem. What I can't understand is, why white space
in para is significant within listitem, and not significant otherwise.
In other words, why the following construction produces leading space
on the first line:

<listitem><para>
  Text.
</para></listitem>

and the following do not:

<listitem><para>
Text.
</para></listitem>

<para>
  Text.
</para>

Thanks in advance,
Baurjan.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC