That did it!

> 34.   <!--- HERE IS WHER I LOSE IT! NEED HELP WITH THE CORRECT SYNTAX 
> ---> 
> 35.    <CFSET ImgScr =  cnThisAlbum.XmlChildren.XmlAttributes["src"]>
> 
> Which child do you want?  XmlChildren is the array of all the children 
> <img> nodes.
> 
> You would need something like:
> cnThisAlbum.XmlChildren[1].XmlAttributes["src"] to get the src 
> attribute of the first img child node.  
> 
> If you want all of them, you will need a loop or something.
> 
> 
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
> 
> ---------
> | 1 |   |
> ---------  Binary Soduko
> |   |   |
> ---------
 
> 
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
> 
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message. 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237138
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to