06-15-2011, 04:37 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 119
Thanks: 21
|
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!
|
|
|
|