4
Answers

store xml format values in string

Photo of Vignesh Kumar

Vignesh Kumar

8y
284
1
Hi,
 
How can I store XML format into string. I can read an xml file as string and store them into it.
But how can I store before values into a string.
 

<?xml version="1.0" encoding="utf-8"?><RootElement></RootElement>

Really appreciate any suggestions on this. 

Answers (4)

0
Photo of Mukil Vendhan
NA 598 968 7y

This article shows how:

http://www.codeproject.com/Articles/37868/Beginners-Introduction-To-XSL-Transform-Rendering-XML-Data-using-XSL-Get-HTML-output.aspx

here's another link that shows how, perhaps a bit more simply

http://www.aspfree.com/c/a/XML/Applying-XSLT-to-XML-Using-ASP.NET/2/


Accepted