Thanks! This fails for me, using Firefox 3.0.4 on Ubuntu 8.10:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"; lang="de" xml:lang="de">
<head>
<title>Mochitest</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<script src="scripts/mochikit/1.4.1/Base.js" type="application/
javascript"></script>
<script src="scripts/mochikit/1.4.1/DOM.js" type="application/
javascript"></script>
<script language="JavaScript" type="application/javascript">
        function init(){
                appendChildNodes("test", SPAN({}));
        }

        addLoadEvent(init);

</script>
</head>
<body id="body">
        <h1>Mochikit Test</h1>
        <div id="test">Random text... </div>
</body>
</html>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to