[thelist] RSS Newbie

Maxwell Kanat-Alexander maxka at cats.ucsc.edu
Mon Oct 28 15:01:01 CST 2002


--
[ Picked text/plain from multipart/alternative ]
At 11:44 AM 10/25/2002, you wrote:
>You'll need an XML parser, or some implementation of XSLT to turn RSS
>XML into (X)HTML.

         And in fact, ColdFusion comes with a quite nice XML parser, at
least MX does. You can use <cfhttp> to get the XML, and then make an object
out of it.

<cfhttp url = "SomeURLGoesHere" port = "80" method = "GET" username = ""
password = ""  />

<cfset XMLDoc = XmlParse(cfhttp.fileContent) />

<cfdump var="#XMLDoc#">

         -Max




----------
http://www.mp3.com/GoodnightMoon
My music is my life--come share it with me.
--




More information about the thelist mailing list