Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/html/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1003 B image not shown  

Quelle  347174transform.xsl   Sprache: unbekannt

 
<?xml version="1.0" encoding="ISO-8859-1"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head>
<script>
window.parent.frameScriptTag(document.readyState);

function attachCustomEventListener(element, eventName, command) {
    if (window.addEventListener && !window.opera)
        element.addEventListener(eventName, command, true);
    else if (window.attachEvent)
        element.attachEvent("on" + eventName, command);
}

function load() {
  window.parent.frameLoad(document.readyState);
}

function readyStateChange() {
  window.parent.frameReadyStateChange(document.readyState);
}

function DOMContentLoaded() {
  window.parent.frameDOMContentLoaded(document.readyState);
}

window.onload=load;

attachCustomEventListener(document, "readystatechange", readyStateChange);
attachCustomEventListener(document, "DOMContentLoaded", DOMContentLoaded);

</script>
</head>
<body>
</body>
</html>
</xsl:template>

</xsl:stylesheet>

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]