You can tackle this problem the other way around :) 

Use ColdFusion to import your data to a relational 
database and then work with the data in a relational 
format after importing the data. 

There are a few CF tags as well as COM objects you can 
use to deal w/XML

I suggest checking out the CF version... If you have more
than a couple of megabytes of XML CF is going to choke and
you will need a more heavy-weight solution, possibly using 
the MS XML Parser (Via COM)..

Your own custom CFX using SAX in Java or C++, or a third 
party solution. 

Beyond that its not a very simple discussion ;)

Jeremy Allen
elliptIQ Inc.

>-----Original Message-----
>From: Rick Lamb [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, January 16, 2001 11:46 AM
>To: CF-Talk
>Subject: How do I work with XML?
>
>
>I'm going to be getting database updates as xml doc's from a third party.
>Can somebody give me some direction on working with this? I need 
>to know how
>I can first import the data into a SQL 7.0 database, then how to work with
>it using CF. Any direction would be very helpful.
>
>Thanks,
>
>Rick
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to