Question
Create i:nil XML Attribute
I need to create an XML Document with an element that requires the attribute i:nil=true. I've tried <cfset StructInsert(mydoc.employee.name.XmlAttributes, "i:nil", "true")>, but it returns the error "The right hand side of the assignment is not of type XML Node".
What I want is to create an element like this: <name i:nil="true"/>
Any help would be greatly appreciated.
