Re: Problems grabbing data from sub nodes in an xml file.

2006-12-11 Thread Casey Dougall
On 12/10/06, James Holmes [EMAIL PROTECTED] wrote: cfset temp=QuerySetCell(myQuery,imgsrc,#galleryObject.Gallery.album[i].img[i].XmlAttributes.src#, #i#) Yeah, that was a typo, I've been trying everything I can think of... Here is what I'm testing now and still no luck. I get the two

Re: Problems grabbing data from sub nodes in an xml file.

2006-12-11 Thread Casey Dougall
Got it but, I went another route... XmlSearch is the bomb! cffile action=READ file=#ExpandPath(PathToXml/XML/slideshow_84.xml')# variable=GalleryXML cfset galleryObject = xmlParse(GalleryXML, FALSE) cfset arrResult = XmlSearch(galleryObject,//album/) table border=1 cellpadding=2 cellspacing=0