Subscribe to Subscribers

Forums » .NET » ASP.NET »

What methods and what for did you use to work with XML?


Posted Date: 27 Jun 2008      Posted By:: Radha     Member Level: Silver    Member Rank: 0     Points: 1   Responses: 1



What methods and what for did you use to work with XML?



Responses

#257095    Author: www.DotNetVJ.com      Member Level: Gold      Member Rank: 26     Date: 28/Jun/2008   Rating: 2 out of 52 out of 5     Points: 6

Hi

XML is used in many aspects of web development, often to simplify data storage and sharing.

If you need to display dynamic data in your HTML document, it will take a lot of work to edit the HTML each time the data changes.

With XML, data can be stored in separate XML files. This way you can concentrate on using HTML for layout and display, and be sure that changes in the underlying data will not require any changes to the HTML.

With a few lines of JavaScript, you can read an external XML file and update the data content of your HTML.

check out the below link
http://www.w3schools.com/Xml/xml_usedfor.asp

Thanks -- Vj
http://dotnetvj.blogspot.com

Thanks -- Vijaya Kadiyala
http://www.DotNetVJ.com
Microsoft MVP
Me & My Little Techie


 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : Did you work with XML and XSL Transformations?
Previous : . What is the purpose of reserved word “using” in C#?
Return to Discussion Forum
Post New Message
Category:

Related Messages

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Talk to Webmaster Tony John
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2013 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.