How to find out the name of the root element?

Posted by dfjhdfjhdf on Stack Overflow See other posts from Stack Overflow or by dfjhdfjhdf
Published on 2010-06-01T18:44:40Z Indexed on 2010/06/01 18:53 UTC
Read the original article Hit count: 144

Filed under:
|

Suppose I have downloaded a valid XML document via Ajax (var docum = request.responseXML;). Now how do I find out the name of the root element?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about Xml