在特定的CF页面上偶尔出现错误.下面列出的违规代码.非常奇怪,因为当我重新启动CF时它就消失了.可以通过
XMLValidate检查
XML以防止这种情况发生吗?
原文链接:https://www.f2er.com/xml/292118.html这是某种CF错误,因为重启CF后错误消失了吗?我有一种感觉,错误会在某些时候重现.
An error occured while Parsing an XML document. The element type “Meta” must be terminated by the matching end-tag “”.
<cfhttp method="get" url="http://bs.mysite.com/webservice/rec/get.sbs?customerId=345S4BE8x&itemId=#product_id#&number=20&ruleId=#product.location_tab_accessories#"> <cfset result = xmlParse(cfhttp.FileContent)> <cfset recs = xmlSearch(result,"/result/thsite/site/itemId")>