Hello 

I am tring to genearate html doc from xdoc of my project.
( I am using maven 1.0 beta 6 )

The Problem is that 
when I use xdoc as a following which is include some Korean Text

<body>
<section name="��">
  <p>
    ��  
  </p>
</section>
</body>

and the generated html doc was

  <h3><a name="��">��</a></h3>
   <p>
    &#176;&#161; 
  </p>

And when I saw the result html doc using browser , 
the name is transform exactly but
the paragraph does,'t transfrom exactly. 
It looks like there is an character encoding problem.

I tested the same thing using DVSL directly and there was no problem 
but when I transfom using maven , this problem occured.

Am I some misconfiguration of maven ?

Thanks.

youngho





Reply via email to