Results 1 to 7 of 7

Thread: whats so good about Xml????????

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Posts
    61

    whats so good about Xml????????

    I'm new to xml, until now whatever i read that xml can do , it's also possible to be done using databases and asp for example.
    so what is so great about xml? please give me examples of what it can do , and where best is it used

    thanks allot ....


    P.S how can we write directly to an xml file through a network stream?!

  2. #2
    Lively Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    95
    The biggest advantage of XML is that it is a W3C agreed standard format, so it is ideal for cross-platform interoperability.

    It is meta-markup language i.e. it doesn't have a fixed set of tags and elements that are always supposed to work for everyonein all areas of interest. Therefore it is exrtemely flexible and extensible.

    As for examples, the list would be endless, it can be used anywhere from a simple 'ini' file to complex Web services.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    and more about XML HERE...

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Portability is the biggest thing XML has for it.... that and the ability to have the data "self-document" using descriptive names for nodes and such. XML isn't & shouldn't be a be-al, end-all solution. It should only be used when it makes sense.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    XML is allowing us to develop our own custom interface for salesmen to communicate with our Quickbooks accounting software...

  6. #6
    Fanatic Member Redth's Avatar
    Join Date
    May 2001
    Location
    Ontario, Canada
    Posts
    551
    that would have to about sum it up....

    XML does not *always* make sense, and i know that was mentioned already, but it seems like a lot of people praise it like it is a god-send... it's not... it is very portable, and that is it's one major use. the other of course is the sort of human-readable format that it follows, and that it does follow a standard format.

    i'm finding it's not so bad anymore, as people are realizing that XML isn't everything, and the buzz around it is slowly beginning to start to fade. It can however be incredibly useful if you use it at the right times...

    i myself haven't used xml in conjunction with databases much yet... i really haven't found a need to, and am not ambitious to dive into xsl and all the xml template stuff that surrounds the technology... i'm just as happy using stored procedures and datagrids (though don't quote me on this comparison, as i don't fully know how xml can be used, and perhaps there are many concepts that cannot be compared like this)...

    my main point is: Give XML Credit for what it is, but not for what it isn't....

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    If you were involved in WebServices applications , almost the only option left for you is XML Files .

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