you've got quotes around xmlResponse. So CF is searching that string
("xmlResponse") instead of the variable xmlResponse. You don't need
quotes around 1 either because it's a number, or "number".  ;-)

> -----Original Message-----
> From: Tony Weeg [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 31 July 2002 2:33 p.m.
> To: CF-Talk
> Subject: XML help.
> 
> 
> why doesnt this findNoCase function work?
> i know for a fact that 
> 
> status_code="READY"/
> 
> is in the contents of the variable xmlResponse.
> 
> help :(
> 
> <cfset xmlResponse="#XMLFormat(cfhttp.filecontent)#">
> 
> <cfif #FindNoCase('status_code="READY"/','xmlResponse','1')#>
> 
> Found It!
> 
> </cfif>
> 
> ...tony
> 
> tony weeg
> [EMAIL PROTECTED]
> www.revolutionwebdesign.com
> rEvOlUtIoN wEb DeSiGn
> 410.334.6331 
> 
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to