We are trying to parse xml and one of the node names is STATEORPROVINCECOUNTRYSUB-DIVISION. The hyphen in the node name cause the following error
Element DEALERPARTY.SPECIFIEDORGANIZATION.POSTALADDRESS.STATEORPROVINCECOUNTRYSUB is undefined in a Java object of type class coldfusion.xml.XmlNodeMap referenced as ''
We read that ColdFusion treats the hyphen as a minus sign. Is anyone aware of a workaround for this?
Element DEALERPARTY.SPECIFIEDORGANIZATION.POSTALADDRESS.STATEORPROVINCECOUNTRYSUB is undefined in a Java object of type class coldfusion.xml.XmlNodeMap referenced as ''
We read that ColdFusion treats the hyphen as a minus sign. Is anyone aware of a workaround for this?