@verb #4172:":createAttribute" this none this rxdo #7788 @program #4172:":createAttribute" this none this " Attr createAttribute(in DOMString name) raises(DOMException);" "" "Creates an Attr of the given name. Note that the Attr instance can then be set on an Element using the setAttributeNode method. To create an attribute with a qualified name and namespace URI, use the createAttributeNS method." " name of type DOMString -> The name of the attribute." {name} = args return $dom:document_createAttribute(name) "Last modified by Lao-Tzu (#8084) on Thu Nov 14 12:57:16 2002 MST." .