I need to figure out how to select one item out of an xml document with multiple items. Then from that one item, set each child node as a php variable. I am having trouble selecting one item to get the child nodes. right now all i can do is print child nodes from all items. I only want to assign variables to the child nodes of one variable.