View Single Post
Old 08-28-2002, 08:20 PM  
Swiftone
Confirmed User
 
Join Date: May 2002
Posts: 337
XML rocks. For example look at the XML on the amazon affiliate program, instead of writing your own spider to search their site, blah blah blah, to display affiliate code on their page, you can simply use their XML utility and have your script fetch a page with stuff like this...

Pretend the *'s are < >'s please.

*ProductName*Product 1*/ProductName*
*Price*$15.40*/Price*
etc.etc.

It makes sending data between applications, services and programs very easy which is the main purpose.. I love it!

The main advantage it has over existing technologies is that is is a stanard, and extremely easy to understand.

Last edited by Swiftone; 08-28-2002 at 08:24 PM..
Swiftone is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote