Hello David,

It's difficult to say what's not working without a complete example (e.g.
what does 'data' contain).  I tried this at the MochiKit demo javascript
interpreter:
s1 = SPAN('<b>foo</b> bar');
s2 = SPAN();
s2.innerHTML = '<b>foo</b> bar';
writeln(s1);
writeln(s2);

and it works as expected.
Hmmm, "data.description" has something like "<b>Korea</b> reaffirms
...".
However my *guess* is that the HTML in "data.description" is escaped
somehow, I there a way to "unescape" it?

Thanks for the effort,
Miki


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to