Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
samb1 #1
Regexp on a CFHTTP result
Guys Im trying to use a regexp, which is located in an XML document, on the
results from a CFHTTP request. I know the regexp works as it has been tested
but I keep getting 0 returned: Here is my code: <cffile action='read'
file='C:\CFusionMX\wwwroot\Project\template.xml' variable='theXML'> <cfset
myXML = xmlParse(theXML)> <cfset siteIndex =
myXML.xmlRoot.site.XMLAttributes.index> <cfset parseLinks =
myXML.xmlRoot.site.parse.XMLAttributes.re> <cfhttp method='get'
URL='#siteIndex#' ResolveURL='yes'></cfhttp> <cfset Match =
REFindNoCase(parseLinks, siteIndex)> <cfoutput> #Match# </CFOUTPUT> Any ideas?
samb1 Guest
-
CFHTTP
Hello, I need to send data from a CF page to an asp.net page for processing via a URL string. The ASP page takes three parameters. Those being... -
<cfhttp> and set-cookie
Hi All, Basically, I'm trying to use <cfhttp> to send a request, which should ultimately result in a cookie being set on my local machine. So for... -
CFHTTP help
We have an in-house built publication system that creates .htm files from database content. For a specific project, I need to modify the way that... -
multilined regexp won't return result
I wrote a script that reads the content of a html page (using the LWP module) and puts it into a variable, in my example $result now i would like... -
[PHP] search result highlighting / regexp voodoo
On Wed, 03 Sep 2003 00:29:45 -0400, John W. Holmes <holmes072000@charter.net> wrote: Thank you John, I still don't understand regualar... -
samb1 #2
Re: Regexp on a CFHTTP result
I know there isnt a problem with the regexp but Im still getting no results returned
samb1 Guest



Reply With Quote

