Something like CodeProject Eidtor
-
Hi, I am getting XML data through web service. I also have some html tags in data in the format of "<>" What I need that when I display this data to page by using style sheet It should display proper html tags not "<>". Please tell me solution if anyone of u knows. My requirement is same as you people are using here in codeproject Editor to write Messages (Enter tags in text format and get them in good way. Also refer me a good forum for javascipt. Regards, Abubakar
-
Hi, I am getting XML data through web service. I also have some html tags in data in the format of "<>" What I need that when I display this data to page by using style sheet It should display proper html tags not "<>". Please tell me solution if anyone of u knows. My requirement is same as you people are using here in codeproject Editor to write Messages (Enter tags in text format and get them in good way. Also refer me a good forum for javascipt. Regards, Abubakar
Abubakarsb wrote:
when I display this data to page by using style sheet It should display proper html tags not "<>".
Do You want that HTML tags should render and show ? or you want to show html tags like <html> in page ?
string Cheers = "Navaneeth!!" www.w3hearts.com
-
Abubakarsb wrote:
when I display this data to page by using style sheet It should display proper html tags not "<>".
Do You want that HTML tags should render and show ? or you want to show html tags like <html> in page ?
string Cheers = "Navaneeth!!" www.w3hearts.com
I want to implement html tags like if there are tags in data in the format of "<t;>t;" It should convert them to <> and also make them to affact as we have for bold It should be bold, Understand? If not plz ask me again