> Also this works fine for both IE and FF:
> alert($("tag", xml).get(0).firstChild.data);When accessing the text value of XML elements you should always use .nodeValue - that works the most reliably from browser to browser. This is why doing the jQuery .text() works in both browsers. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
