RE: How do I work with XML?

2001-01-16 Thread JustinMacCarthy

Get started here 

http://www.siteobjects.com/index.cfm?fuseaction=showproducts

Justin 

-Original Message-
From: Rick Lamb [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 4:46 PM
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



RE: How do I work with XML?

2001-01-16 Thread Jeremy Allen

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



RE: How do I work with XML?

2001-01-16 Thread Philip Arnold - ASP

Subject: How do I work with XML?

CF_TongueInCheek on
Sit down at the desk beside XML, say hello and offer to make XML a coffee.
Spend all day being pleasant and offering to help with their jobs
At the end of the day, ask XML if it wants to go for a drink with you.
/CF_TongueInCheek off

Sorry, don't know what's come over me today...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**


~~
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



RE: How do I work with XML?

2001-01-16 Thread JustinMacCarthy

Hey Jeremy,

You checked out JAXP?? It's real nice. 

Justin 


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

Jeremy Allen
elliptIQ Inc.


~~
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



RE: How do I work with XML?

2001-01-16 Thread Jeremy Allen

Yes, read some of the specification for it
it seemed really handy.. No need for custom
XML parsing just yet so Ive held off on 
doing very much tinkering.. busy with other
obligations and have not really palyed 
around with much lately... :) 

Jeremy Allen
elliptIQ Inc. 


-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 2:06 PM
To: CF-Talk
Subject: RE: How do I work with XML?


Hey Jeremy,

   You checked out JAXP?? It's real nice. 

Justin 


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

Jeremy Allen
elliptIQ Inc.



~~
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