I want to display the data from xml to html via jquery
I have the data in xml in paragraph format, but becuase of html's default behaviour it cannot display the lines which are in form of "enter".
please suggest how can i make sure that it'll start displaying.
my query is very similar to this link which is already done here.
but i don't know how to do it in html/javascript
Read xml string into textbox with newline
Thanks in advance
Dave