Great idea Mike! Turned out to be a pretty elegant solution. Here's what I did 
to make it work...

<cfset Parsed = XMLParse("<myxml>#myxml#</myxml>")>

<cfloop index="ii" from="1" to="#ArrayLen(Parsed.myxml.xmlchildren)#">
        <cfdump var="#Parsed.myxml.basmatiL[ii]#"><p></p>
</cfloop>

>According to XMLSpy, this is a well-formed document until you add
>multiple <BasmatiL> nodes.
>....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239876
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to