Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cfdesigner #1
XmlParse Delay capabilities in 7
I am trying to set a delay with the XMLParse function available only in 7.0. I
set the XMLParse function as follows: <cfset xmlQuery = XmlParse(theXML)> I
get the continual error, but not consistently. An error occured while Parsing
an XML document. Content is not allowed in prolog.
cfdesigner Guest
-
XMLParse and XMLSearch
I have the following code: a variable "x" that contains an XML string; if I do an XMLParse on this variable, it works (cfdump shows me the xml... -
debug capabilities
With CF Studio 5 I get: An error occured contacting RDS server (IIS web serve Hostname:IIS web serve): (-1) operation not supported: DBGREQUEST... -
XMLParse Error works in 6.1 but not 7
I have a chunk of code that works on my 6.1 server, but not on my MX 7 server.... wtf? HELP! Thanks, Dave :+) -
XmlParse Problems
Hello, I have searched everywhere and tried everything and cannot fix the problem. I continually get the following error when trying to use the... -
xmlParse(cfhttp.filecontent)
I am using coldfusion to read rss feed. I was wondering why xmlParse(cfhttp.filecontent) works in one file residing in test server and fails to...



Reply With Quote

