Hi
I am not much experienced in JSP.
I am facing one problem while printing a XML String on the screen.
Code snippet ->
String result = ab.returnResult();
result is returning a XML String..Suppose <A>123</A><B>SIR</B><C>21</C>
I am printing -> <tr><td><%= result %></td></tr>
I am getting 123SIR21 as output in the screen..
I want it as -> <A>123</A><B>SIR</B><C>21</C> ( with XML tags )..
Could anyone help me out of this issue...
I am sorry If I am asking a silly question..Please answer as early as possible..