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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|