I am trying to send an XML node to a firebug console and when calling something like
console.log(myXML);
I see something like below in the output panel:
constructor XML Document {}
Expansion
leads me to a list of XML DOM methods, etc., and not to the document itself. I was hoping there was a way to trace the DOM node view, similar to when you call console.log on an html element. Am I doing something wrong or is it impossible?
Thanks,
source share