[jQuery] Parsing XML using jQuery
Thanks, David! :)
Your example helped me a lot to find a solution! The problem was
somewhere other.
That xml file is generateв with PHP-script. But forget to send the
right header using header("Content-Type: text/xml; charset=utf-8");
before XML contents output! Realy stupid mistake!