How to convert a HTMLElement to a string

Posted by Turtle on Stack Overflow See other posts from Stack Overflow or by Turtle
Published on 2010-03-19T02:21:50Z Indexed on 2010/03/19 2:31 UTC
Read the original article Hit count: 328

Filed under:
|

Hi, I am going to create an xml element in javascript to exchange data with server side. I found I can do it with document.createElement.But I do not know how to convert it to string. Is there any API in browser to make it easier? Or is there any js lib incudling this API?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html