Post date: Feb 20, 2016 7:00:34 AM
Перед вами стоїть завдання підписати вулицю чи номер будинку
А в XML ось такий рядок?
<ParcelLocationInfo><Region>Закарпатська область</Region><Settlement>м.Мукачево</Settlement><District/><ParcelLocation><Urban/></ParcelLocation><ParcelAddress><StreetType>вулиця</StreetType><StreetName>Свалявська</StreetName><Building>76</Building></ParcelAddress></ParcelLocationInfo>
його можна розібрати на складові, ось так
=XPT(P[ID7000500],"/ParcelLocationInfo/ParcelAddress/StreetType") Тип вулиці
=XPT(P[ID7000500],"/ParcelLocationInfo/ParcelAddress/StreetName") Назва Вулиці
=XPT(P[ID7000500],"/ParcelLocationInfo/ParcelAddress/Building") Будівля
=XPT(P[ID7000500],"/ParcelLocationInfo/ParcelAddress/Block") Корпус