View Single Post
Old 06-15-2011, 04:37 PM   #1 (permalink)
buildakicker
The Acquainted
 
buildakicker's Avatar
 
Join Date: Jan 2008
Posts: 119
Thanks: 21
buildakicker is on a distinguished road
Default Can anyone tell me what this is doing?

I don't understand the $indexXML->document->document

Code:
	foreach($indexXML->document->document as $doc) {
    		if(strcmp($doc->DocumentKey[0]->tagData, $docType) == 0) {
			$viewMapping = $doc;
			$viewXMLFile = $doc->ViewXML[0]->tagData;
			break;
			}
Thanks!
__________________
SkiLeases.com
buildakicker is offline  
Reply With Quote