Cool, well you maybe right.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


On Fri, Jan 20, 2012 at 11:18 PM, Raymond Camden <[email protected]>wrote:

>
> I repeated my test using xmlParse and got the same results.
>
> <cfsavecontent variable="test">
> <obs>
> <users>
>        <name type="root">Ray</name>
>        <name>Foo</name>
> </users>
> </obs>
> </cfsavecontent>
> <cfset test2 = xmlParse(test)>
> <cfdump var="#test2#">
> <cfset node = test2.obs.users.name[2]>
> <cfoutput>#xmlGetNodeType(node)#</cfoutput>
> <p>
> <cfoutput>#node.getClass()#</cfoutput>
>
> Again, I don't think it's critical, but I really think I'm right here.
> These _aren't_ exactly array/structs.
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349563
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to