Skip to main content

how to get xmldoc in a string

put this line wherever u needed to do this.


var string = (new XMLSerializer()).serializeToString(xmlDoc);

Popular posts from this blog