parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

dukonst 17.07.2017 09:31

Я извиняюсь, задам еще один глупый вопрос. На тестовом примере все оттестировал, перешел на рабочий xml, и сразу же ошибка.

Кусок рабочего узла:
<offer internal-id='16410903845'>
  <type>продажа</type>
  <property-type>жилая</property-type>
  <category>квартира</category>
  <last-update-date>2017-06-08T00:00:00+04:00</last-update-date>
  <manually-added>1</manually-added>
  <price>
    <value>1450000</value>
    <currency>RUR</currency>
  </price>
  <mortgage>0</mortgage>
  <payed-adv>0</payed-adv>
  <rooms>1</rooms>
  <balcony>лоджия</balcony>
  <bathroom-unit>совмещенный</bathroom-unit>
  <floor>1</floor>
  <floors-total>14</floors-total>
  <image>http://www.nmls.ru/mlsfiles/images/64109_3843_5858ee9f3a1be.jpg</image>
  <quality>без отделки</quality>
  <phone>0</phone>
  <internet>0</internet>
  <parking>1</parking>
  <rubbish-chute>0</rubbish-chute>
  <lift>0</lift>
  <building-type>Кирпичный</building-type>
  <building-series>Элитная</building-series> 
  <area><value>43.00</value><unit>кв.м</unit></area>
  <living-space><value>17.00</value><unit>кв.м</unit></living-space>
  <kitchen-space><value>11.00</value><unit>кв.м</unit></kitchen-space>
</offer>
Первый узел разбирается нормально. Ошибка начинается на втором узле:
create
Entity: line 42: parser error : Extra content at the end of the document
<offer internal-id='164109033'>
Не понимаю в чем ошибка.