I have the same issue with a :

<subsection>
 <p>...</p>
 <ul>...</ul>
 <p>...</p>
</subsection>
<subsection>
  <p>...</p>
...

Second section is rendered in HTML with no <p> tag.

I added two empty <p></p> in my subsection and it (seems to) fix the issue.

Nico.

2007/1/9, drekka <[EMAIL PROTECTED]>:


Ahhh, I've just encountered this as well. I tried all sorts of things and
could not get <p></p> tags included. It seems it included all <p> tags up
until the first occurance of something else. After that, nothing. For
example I had

<p>a</p>
<p>a</p>
<ol>....</ol>
<p>a</p>

The first two paragraphs got in, the last did not and any p tags in
subsequent sections or subsections also failed to appear. I've switched to
using APT format at the moment, but I'd rather use xdoc.

ciao
Derek


Marcelo Riss wrote:
>
> Hi!
>
> I have checked in the archives, but didn't found anything related to
this
> problem. Since I updated maven to 2.0.4 the site html files are not
> generated correctly. I put some <p></p> in xdoc source, but in some
cases
> the resulting html is without the <p></p>. It happens in some places for
> some documents. The result is html is wrongly shown in the browser. Any
> ideas ?
>
> Thanks in advance.
>
> *Marcelo Aita Riss*
>
>

--
View this message in context:
http://www.nabble.com/xdoc-paragraphs-tf1650159s177.html#a8236846
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to