JavaScript XML
getElementById
only works if the attribute is
of type “id” as specified in the xsd (XML
Schema Definition) or DTD (works for me in Firefox with XHTML).getAttribute()
and
setAttribute()
. You cannot use properties to
access attributes.5 of 10