Read this post for some info: http://groups.google.com/group/jquery-en/browse_thread/thread/5e21b53b2f0b5a6c/b851d74ced744a19
It refers to XML that comes through AJAX so I don't know if it applies to your situation, but the references might be of help. On Mar 21, 8:59 am, Alexander Lyabah <alexan...@lyabah.com> wrote: > It's works on FF, but not in IE6. Final task - it's just full parse of > XML. But this example already don;t work in IE6. > > $('#tt').val('') > p = $('<nn><c1 ><h /><h /></c1><c1 /><c1 /></nn>') > trace(p.children().length) > > in archive of this group i can't find answers. How I can fix this? Or > maybe JQuery have some plugin for this?