Hello,


I want to use the Digester Class of STRUTS. The orignial XML-Document
(here a snippet) is:
<elemA>
    <elemB attr="&amp;amp;&amp;lt;&amp;quot;"/>
</elemA>


Now I call the folloging method:
digester.addSetProperties("elemA/elemB");


After parsing the result of the attr is:
&amp;&lt;&quot;

Why????????????????? - I expect the following result:
&amp;amp;&amp;lt;&amp;quot;


Please Help!
Hartmut

Reply via email to