CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Uses of XML?

  1. #1
    Join Date
    Dec 2002
    Posts
    115

    Uses of XML?

    What exactly are the uses of XML? What can be done with XML that cannot be done with ASP, HTML, or DHTML? I really don't know much about it (obviously).

  2. #2
    Join Date
    Dec 2001
    Location
    Canada/Montreal
    Posts
    983
    Basically XML is like a plain database. It is only made to hold data and nothing more. All data in the XML file will be stored as a text in a structure. So we can say that XML does nothing, its only purpose is to store data.

    -Sonu
    Sonu [MVP, MCAD.NET]
    Website: http://DotNetSlackers.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured