[jQuery] yet again XML+jQuery+IE7

2008-07-15 Thread Tzury
The following example (from the jquery-doc-site) works fine with firefox. however, in IE7 $("element_name", xml).text() returns empty-string anyone bypassed this issue in the past? $(document).ready(function() { // generate markup $("#rating").append("Please rate: "); for ( var i = 1;

[jQuery] yet again XML+jQuery+IE7

2008-07-15 Thread Tzury
the following example (taken from: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery) works fine in FF but not in IE7 dose anyone find a way to make jQuery XML parsing facilities work on IE as well? $(document).ready(function() { // generate markup $("#rating").append("Pleas