Pardon me if this is a bit of a dumb question, but my knowledge of XML, Javascript, etc is all a bit hazy - I'm more used to working with server-side stuff.
My application has a number of web services passing data from server to client in SOAP envelopes. The client part of the application extracts data from the XML and throws it onto an intranet browser page. One of my bits of data includes a large(ish) text field, and some of our users would like to "enhance" the appearance of some of this text, preferably by including HTML tags as an integral part of the text.
I know that these tags will be escaped before transmission from server to client, so are there any Javascript handlers available (or do any of you have any handy hints or tips) for treating such text as HTML and embedding it dynamically into the target browser page ?
Cheers, Mike.
My application has a number of web services passing data from server to client in SOAP envelopes. The client part of the application extracts data from the XML and throws it onto an intranet browser page. One of my bits of data includes a large(ish) text field, and some of our users would like to "enhance" the appearance of some of this text, preferably by including HTML tags as an integral part of the text.
I know that these tags will be escaped before transmission from server to client, so are there any Javascript handlers available (or do any of you have any handy hints or tips) for treating such text as HTML and embedding it dynamically into the target browser page ?
Cheers, Mike.