Dave,

Use CFHTTP to grab the datafile, then you have 2 options, write the
resulting variable (from the CFHTTP) to a file, or directly manipulate
that variable. The next step is to use CF_SOXML to get the XML. This
custom tag converts the data to a structure which you manipulate with
the standard struct functions.

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--


Dave Hannum wrote:
> 
> Yea, but how do you grab a .xml page and parse it out into your HTML?  I
> have a company that wants to feed us info, and they have given me a url to a
> ..xml page.  I want to group the info and format the output.  Can CF_SOXML do
> this?
> 
> Dave
>

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