On Nov 9, 9:31 pm, ronald29x <[email protected]> wrote: > Hi, > > How to get the value of console.dirxml(node)? I mean by default it > will print the value to the console. But I want to get it as a string > so I can display it elsewhere eg. inside a div or textarea. > > And what should I pass for the parameter to get all of the html tree, > just like in the html tab?
If you want to do things with HTML nodes in your page, just use the HTML DOM APIs. That is what we do ;-). The console API is there to support sending info into Firebug console. jjb > > thank you, > Ronald Stevanus -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
