|
-
Apr 29th, 2003, 02:25 AM
#1
Thread Starter
Registered User
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?!
-
Apr 29th, 2003, 04:01 AM
#2
Lively Member
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.
-
Apr 29th, 2003, 08:16 AM
#3
Sleep mode
and more about XML HERE...
-
Apr 29th, 2003, 08:21 AM
#4
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.
-
Apr 29th, 2003, 08:33 AM
#5
I wonder how many charact
XML is allowing us to develop our own custom interface for salesmen to communicate with our Quickbooks accounting software...
-
Apr 29th, 2003, 03:14 PM
#6
Fanatic Member
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....
-
Apr 29th, 2003, 05:29 PM
#7
Sleep mode
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|