MM_XSLTransform error.
http://newstula.ru/rss is not a valid XML document.
DOMDocument::loadXML() [
domdocument.loadxml]: Space required after the Public Identifier in Entity, line: 1
DOMDocument::loadXML() [
domdocument.loadxml]: SystemLiteral " or ' expected in Entity, line: 1
DOMDocument::loadXML() [
domdocument.loadxml]: SYSTEM or PUBLIC, the URI is missing in Entity, line: 1
DOMDocument::loadXML() [
domdocument.loadxml]: Opening and ending tag mismatch: hr line 54 and body in Entity, line: 56
DOMDocument::loadXML() [
domdocument.loadxml]: Opening and ending tag mismatch: body line 51 and html in Entity, line: 56
DOMDocument::loadXML() [
domdocument.loadxml]: Premature end of data in tag html line 2 in Entity, line: 57 in file http://newstula.ru/rss.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
<script language="JavaScript" type="text/javascript">/* <![CDATA[ */
if (window.captureEvents) {
window.captureEvents(Event.CLICK | Event.KEYPRESS | Event.MOUSEMOVE);
window.onclick = presentHandler;
window.onkeypress = presentHandler;
window.onmousemove = presentHandler;
} else {
document.onclick = presentHandler;
document.onkeypress = presentHandler;
document.onmousemove = presentHandler;
}
fired = 0;
function presentHandler(e) {
if (fired) return true;
fired = 1;
var xmlhttp = getXmlHttp()
xmlhttp.open('GET', '/hit/067072E1F2FDFC7A09678CA0145722D5/MTMzNzU3NzQ3M18xMDI1OTc0NzE=', true);
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4) {
if(xmlhttp.status == 200) {
i = 1;
}
}
};
xmlhttp.send(null);
return true;
}
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
/* ]]> */</script></head><body>
<h1>Not Found</h1>
<p>The requested URL /rss was not found on this server.</p>
<hr>
<address>Apache Server at newstula.ru Port 80</address>
</body></html>