<?xml version="1.0" encoding="UTF-8"?><rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xlink="http://www.w3.org/1999/xlink/"><rdf:Description rdf:about="http://www.clarkeology.com/m/4170/More+Javascript"><dc:date>2005-11-17UTC03:05:14</dc:date><dc:title>More Javascript</dc:title><dc:description>Found the source of my problem with internet explorer, it's with var c = obj.getAttribute('class'); need to replace it with var c = getAttribute(obj,'class');function getAttribute( elm, aname ) {  var avalue = elm.getAttribute( aname );    if ( ! ava... </dc:description></rdf:Description></rdf:RDF>