Код (Text): <?xml version="1.0" encoding="utf-8"?> <Code_List xmlns="http://www.mikado-parts.ru/WS/Service"> <Code_Search>string</Code_Search> <List> <Code_List_Row> <ZakazCode>string</ZakazCode> <Supplier>string</Supplier> <ProducerBrand>string</ProducerBrand> <ProducerCode>string</ProducerCode> <Brand>string</Brand> <Country>string</Country> <Name>string</Name> <OnStock>string</OnStock> <Price>decimal</Price> <PriceRUR>decimal</PriceRUR> <Srock>string</Srock> <CodeType>OEM or Aftermarket or AnalogOEM or Analog or NotDefined</CodeType> <Source> <SourceProducer>string</SourceProducer> <SourceCode>string</SourceCode> </Source> <PrefixLength>short</PrefixLength> </Code_List_Row> <Code_List_Row> <ZakazCode>string</ZakazCode> <Supplier>string</Supplier> <ProducerBrand>string</ProducerBrand> <ProducerCode>string</ProducerCode> <Brand>string</Brand> <Country>string</Country> <Name>string</Name> <OnStock>string</OnStock> <Price>decimal</Price> <PriceRUR>decimal</PriceRUR> <Srock>string</Srock> <CodeType>OEM or Aftermarket or AnalogOEM or Analog or NotDefined</CodeType> <Source> <SourceProducer>string</SourceProducer> <SourceCode>string</SourceCode> </Source> <PrefixLength>short</PrefixLength> </Code_List_Row> </List> </Code_List> Есть такой вот XML файл его я получаю методом simplexml_load_file Вывожу его просто print_r выводит весь файл А как мне вывести конкретно допустим определенный параметр Там тег есть Лист как только я делаю Код (Text): $arItems = $xml->List Это не реально так как List в php это медот для массивов если я не ошибаюсь! Как мне быть?