Page 1 of 1

XML experts

Posted: Tue May 16, 2006 2:37 pm
by Gidan
We have any XML experts here. I have never actually attempted to use XML beyond rewriting EQ UI's and needed to get more info regarding XML in web based apps.

Anyone want to give me a basic idea of what makes XML useful. Based on the things I have read so far, I just cant see a use for it. This opinion is based off all my work being in php and perl at the moment.

Posted: Tue May 16, 2006 3:33 pm
by Tikker
it's just a different way of doing things

xml is still a great way to do web pages, and really flexible

Posted: Tue May 16, 2006 5:09 pm
by Lionking
<gidan>
<name>Gidan</name>
<rank>God of NT</rank>
<sex>Yes</sex>
<age>Timeless</age>
</gidan>

How can you not like that?

Posted: Wed May 17, 2006 7:17 am
by Naethyn
Its a great way to save data in a structured format.
It can also make classes.

I dont code xml directly but many of the apps I make use xml either for communication or saving of data. ADO.NET saves all its information into datasets. They are made up from XML. Webservices uses XML to communicate over port 80.

Like I said, I don't code xml directly but many of the technologies in .net use it.