As Ben Forta just said this weekend "XML is just text delimited files on steriods." 

>>> [EMAIL PROTECTED] 05/06/02 02:41PM >>>
XML allows you to publish a page on your webiste (in XML instead of HTML)
then allows others to grab that page (just like you would using CFHTTP) and
use the contents of that page as a query.  So, if you are a supplier, your
customers can grab your pricing info at their own convenience, and integrate
it into their decision making process.

Dave


----- Original Message -----
From: "Costas Piliotis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, May 06, 2002 2:02 PM
Subject: RE: Whats the Deal with XML?


There's tonnes of information in the cf-talk history about this topic...

Xml is way more structured than a comma delimited file.  It deals with
things in a hierarchical view of its properties.  Xml is a specification.
What you do with it is endless...  You can format it using xsl or css.  You
can use it as a data source between two sites.

Using soap, you can use remote objects like they're your own.  This should
replace complicated RPCs.

Using dtd, you can define an unlimited amount of specs such as WML, HDML,
VRML, MathML, HRML, XHTML, etc.  These languages are all subsets of XML and
are defined through DTD or XMLSchema, which ironically XMLSchema is itself
an XML based language.  DTD is it's own language, and it's the most standard
for defining XML documents.

This just scratches the surface.  Look through the archives for all the
different discussions on xml already.  There is a plethora of information
there...

-----Original Message-----
From: Kris Pilles [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 06, 2002 10:53 AM
To: CF-Talk
Subject: OT: Whats the Deal with XML?


I've read it all, seen it in action, heard how great it is but I don't get
it?

Why is XML so great?  What is it going to enable us to do that we can not
now? To be honest, it seems like XML is just a fancy way to send comma
delimited data?

What can we do with xml that we can't do with CFHTTP and a comma delimited
file?

What am I missing here?  Anything?

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]





______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to