Question
XML parsing !!
having this error and Its because the xml has some value
containing "&". Aren't you allowed to have this chr??
reading my xml liike this and is crapping out at this line <CFSET MyXml = XmlParse(MyXmlCode)>
<CFFILE ACTION="READ" FILE="#MyXmlFile#" VARIABLE="MyXmlCode">
<CFSET MyXml = XmlParse(MyXmlCode)>
reading my xml liike this and is crapping out at this line <CFSET MyXml = XmlParse(MyXmlCode)>
<CFFILE ACTION="READ" FILE="#MyXmlFile#" VARIABLE="MyXmlCode">
<CFSET MyXml = XmlParse(MyXmlCode)>