Appending a chunk of XML to document
Hello,
I've got an ajax response that's xml and what I want to do is actually just append the XML to the document with elem.appendChild(ajaxElem). That seems to work, but the document isn't applying style classes that were set in the attributes of the ajaxElem.
Any ideas?
Thanks.
Matt
|