Justin P
Member since May 17, 2010
- Profile: /members/6046-justin-p.htm
- Comments: 1
Recent Blog Comments By Justin P
-
Accessing XML Nodes Having Names That Contain Dashes In ColdFusion
Posted on May 17, 2010 at 3:57 PM
I ran into this issue with an XML attribute, here is how I worked around it... <cfset example = XmlRoot.XmlAttributes["page-size"]> ...where "page-size" is an XML attribute of the root node. I figure this may be somewhat easier to follow as there is no extraneous array notation, or XML sear... read more »