Hi
This is working for me using both 2.0-beta-5 and 2.0-SNAPSHOT build from
SVN. Here's the xdoc file I used to test it. Can you test with this file
and see if it is working properly for you. If it does please provide a
file that don't work.
<?xml version="1.0"?>
<document>
<body>
<section name="section 1">
<subsection name="subsection 1">
<p>paragraph 1 in subsection 1</p>
<ul>
<li>list item 1</li>
<li>list item 2</li>
</ul>
<p>paragraph 2 in subsection 1</p>
</subsection>
<subsection name="subsection 2">
<p>paragraph 1 in subsection 2</p>
</subsection>
</section>
</body>
</document>
--
Dennis Lundberg
nicolas de loof wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]