Mariel
October 10th, 2000, 09:52 AM
HI all!
I'm having a problem, I have a servlet, the function of this servlet is to make a xsl-translation (xml to html). So when you call the servlet, it generate the html, inside the html I have a text-area, the default of this text area is xsl code, but I have the character < and >, and when the servlet have to show the xsl code inside the text-area this character are translated into < and >.
Does some one now a solution for this?? I thought that was a problem in the text area but is no is a Java problem.
Please if someone have give me an idea of how solve this...
Thanks
I'm having a problem, I have a servlet, the function of this servlet is to make a xsl-translation (xml to html). So when you call the servlet, it generate the html, inside the html I have a text-area, the default of this text area is xsl code, but I have the character < and >, and when the servlet have to show the xsl code inside the text-area this character are translated into < and >.
Does some one now a solution for this?? I thought that was a problem in the text area but is no is a Java problem.
Please if someone have give me an idea of how solve this...
Thanks