I have inherited a website which I am currently migrating to CF11 from CF8.
The issue I am having is with xforms. The website is using NimoiXForms. I have setup all the mappings in ColdFusion Administrator, so it looks to be a code error.
I know its old but does anyone know if its compatible with CF11 or can point me in the right direction.
Here is the error:
Error Occurred While Processing Request
An error occurred while Transforming an XML document.
Cannot create an attribute node (iteration) whose parent is a document node. Most recent element start tag was output at line 127 of module
The error occurred in
D:/xFormsRoot/xtrasXForms/Questionnaires/XtrasNimoixForms/NimoiXFormsEditor.cfm: line 168
166 : <!--- [0<cfdump var="#xFormXML#" expand="no">] --->
167 : <cflock timeout="60" throwontimeout="Yes" name="#sThisDir##sUserFilename#Temp" type="READONLY">
168 : <CFSET sBoundForm = XmlTransform(xFormXML, XSLTValidationIntoFormMerge)>
169 : </cflock>
170 : <!--- <cfset iEnd = getTickCount() - iBegin >
Any help will be appreciated.