Question
Check is always false isXmlAttribute
Hi can anyone see why Check is always false isXmlAttribute in this case?
<cfset isNullCurrencyValue = true>
<cfset CurrencyValue = "">
<cfif isXmlAttribute(structFromParsedXML
<cfset isNullCurrencyValue = false>
<cfset CurrencyValue = structFromParsedXML
</cfif>
