[thelist] Cold fusion to Parse XML file?

Pete Freitag pf at cfdev.com
Wed Apr 24 22:40:00 CDT 2002


Hi Christopher,

	ColdFusion currently doesn't have a built in XML parser, but you can get a
third party component.  My company makes one that you can get here:
http://www.cfdev.com/xml/

It allows you to take XML like this...

<root>
 <x y="z">stuff</x>
</root>

And then turn it into variables...

#var.root.x.y# (which equals "z")
or #var.root.x.INNER_TEXT# (which equals "stuff")

_____________________________________________
Pete Freitag (pfreitag at cfdev.com)
CTO, CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com/


-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Christopher Orth
Sent: Wednesday, April 24, 2002 8:25 PM
To: thelist at lists.evolt.org
Subject: [thelist] Cold fusion to Parse XML file?


Hiya

I am designing an application that will run on a client's Cold Fusion
server.  While I am comfortable designing the business logic I am relatively
unfamiliar with Cold Fusion.  I would like to have the data arrive at the
application in the form of a flat (text based) XML file, and have CF parse
it.  Are there any issues with this?  Any gotcha's or special components I
might need them to have installed in order to perform this?

Thanks in advance!


--

Christopher Orth
corth at nwlink.com
http://www.awakemm.com/christopher/
Poser Arcana - http://www.awakemm.com/poserarcana/


--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list