Hi, I'm returning XML from an ajax call which contains, among other things, a snippet of XHTML that I would like to inject into the DOM. This works except that the injected dom nodes don't behave as usual. They aren't rendered correctly and they appear greyed out in firebug. See http://zenology.co.uk/jdemo/ for an example.
What am I doing wrong? I'm guessing it's something to do with mixed content-types and the fact that they are actually xml nodes rather than html nodes?