Ниже приводится мыло xml
Я хочу получить значение нижнего уровня, как получить значение.
<CXMLDocument 0x6e560e0 [0x6874070]> <?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<SearchPropertiesResult xmlns="http://www.somdata.com/">
<ResponseCode>0</ResponseCode>
<Properties>
<Property xsi:type="ApartmentBuilding">
<PropertyData>
<Id>5684</Id>
<Bedrooms>0</Bedrooms>
<Bathrooms>0</Bathrooms>
<ParentPropertyId>0</ParentPropertyId>
<ClientId>99</ClientId>
<Longitude>48.090290069580078</Longitude>
<Latitude>29.335382461547852</Latitude>
<MonthlyPaymentFrequency>1</MonthlyPaymentFrequency>
<PropertyTitle>Sea view, 2 bdr furnished apt</PropertyTitle>
<PropertyDescription>Nice, sea view,close to Sultan center, 2 bedrooms fully furnished apartment, 1 bathroom,kitchen, living room, swimming pool, balcony, shaded car park, DSL Internet. Rent KD 450/month. Pls call Horizon Real Estate, Mrs Agnieshka on 94916688</PropertyDescription>
<AdditionalAmenities/>
<SaleType>Rent</SaleType>
<Furnishing>Furshished</Furnishing>
<PropertyType>ApartmentBuilding</PropertyType>
<Address>
<Street/>
<BuildingNumber/>
<BuildingName/>
<Area>Salmiya</Area>
<Region>Hawally</Region>
<AreaId>17741</AreaId>
<RegionId>17714</RegionId>
</Address>
<Amenities/>
<Commission>
<Commission>50</Commission>
<MonthsRent>1</MonthsRent>
</Commission>
<LastListedDate>2011-05-27T14:07:00</LastListedDate>
<ExpiryDate>2012-05-26T14:07:00</ExpiryDate>
<Files>
<sourceData>
<MimeType>image/jpeg</MimeType>
<Id>4207</Id>
<CategoryId>1</CategoryId>
<PropertyId>5684</PropertyId>
<FileSize>17076</FileSize>
<LastModified>2011-05-27T14:01:31.49</LastModified>
<Position>0</Position>
<Path>http://www. sourceData.com/staging/newversion/getfile.ashx?property_id=5684&file_id=4207</Path>
<FileDescription>
<Id>1</Id>
<Description>View</Description>
</FileDescription>
<Thumbnail>
<MimeType>image/jpeg</MimeType>
<Id>4087</Id>
<CategoryId>1</CategoryId>
<PropertyId>5684</PropertyId>
<FileSize>0</FileSize>
<LastModified>2012-03-22T11:24:51.427669+00:00</LastModified>
<Position>0</Position>
<Path>http://www. sourceData.com/staging/newversion/getfile.ashx?property_id=5684&file_id=4207&thumbnail=true</Path>
<FileDescription xsi:type="NullFileDescription">
<Id>0</Id>
</FileDescription>
<Thumbnail xsi:type="NullFile">
<Id>0</Id>
<CategoryId>0</CategoryId>
<PropertyId>0</PropertyId>
<FileSize>0</FileSize>
<LastModified>2012-03-22T09:10:01.4140542+00:00</LastModified>
<Position>0</Position>
<Path/>
<FileDescription xsi:type="NullFileDescription">
<Id>0</Id>
</FileDescription>
</Thumbnail>
</Thumbnail>
</sourceData>
</Files>
<VacantUnitAmenities/>
</PropertyData>
<PriceRange>700 KD</PriceRange>
<AreaRange>240m²</AreaRange>
</Property>
</Properties>
</SearchPropertiesResult>
</soap:Body>
</soap:Envelope>
Проблемы -Как извлечь значение в словарь или массив дляконкретный нижний тег, который описан ниже
-Properties
-Property
-PropertyData
-Files
-sourceData
-Path
Я хочу получить значение пути, поэтому, пожалуйста, помогите решить мою проблему
Проблема
Я кратко, какМыло уровня n xml для разбора
Заранее благодарим за то, что потратили ваше ценное время на мою проблему