Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrive xml

Status
Not open for further replies.

sanek

Programmer
Joined
Jun 9, 2005
Messages
6
Location
RU
Hi,
I'd like to retrieve a page from a server:

and then format the text from xml and then use it in my site, and change things like how many recorde to see etc, Could someone give me a tip on how to handle this.

Thanks
 
You can use the <cfhttp> tag to download the file. The contents of the xml document will then be stored in cfhttp.filecontent which you can parse with the CF string functions.

Is this what you needed help with?
GJ
 
Thanks,
I'l try to experiment with the parsing functions a little
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top