Hi,<br>according to Jdom FAQ ( <a href="http://www.jdom.org/docs/faq.html#a0290">http://www.jdom.org/docs/faq.html#a0290</a> ) , I tried to write the string<br> <br>&test<br> <br>using this statement:<br> <br>root.setText("\u0026test");<br>
<br>where \u0026 is the Unicode code for ampersand character.<br> <br>The output is:<br> <br>&test<br> <br>Where is the error ?