I
I
Ilya2018-05-11 13:13:40
PHP
Ilya, 2018-05-11 13:13:40

How to form an XPath query to extract data from one word to another?

I receive a response to a request for information about the book:

var response=[];//utf8 var _iddb="1"; var_basequant="2391872"; var_flag45="yes"; response[0]= { _size: "1", _result_0: { _isn: "1606361", _id: "SKBM-SZAO-RU/CBS_SZAO/IBIS/117439", _level: "Full", _iddb: "1", _sourceIddb : "1", _archive: "false", _controlType: "UNDEFINE", _status: "NEW", _FULLFORM_0: [ "<Author:>[i class=RP]Kononov, Nikolay[/i]", "<Title title :> Durov Code", "<Information related to to title:> real story of \"VKontakte\" and its creator", "<Responsibility:> N. Kononov", "<Place of publication:> Moscow", "<Publisher:> [i class=PU] Mann, Ivanov and Ferber[/i]", "<Publication date:> 2013", "<Volume:> 188, [19] p.", "<Summary:>Pavel Durov hardly communicates with journalists, but the author of this book managed to get inside \"In contact with\". It turned out not just a journalistic investigation, but an adventurous story exploring the phenomenon of a charismatic network entrepreneur and his offspring, and at the same time a completely material expression of the popularity of the social network business.", "978-5-91657-546-0", "" ] }, _iddb_0 : { _number: "1", _title: "Master Catalog" } };

How to extract the title of the book from it, that is, what comes after <Title proper:> to <Information, related. to title: >? In the example above, this is the Durov Code .
Indexes are different.
Example for another book

var response=[];//ютф8 var _iddb="1"; var _basequant="2391872"; var _flag45="yes"; response[0]= { _size: "1", _result_0: { _isn: "4817580", _id: "SKBM-PUSCHK-D\\BIBL\\B0001181213", _level: "Full", _iddb: "1", _sourceIddb: "1", _archive: "false", _controlType: "UNDEFINE", _status: "NEW", _FULLFORM_0: [ "<Автор:>[i class=RP]Галло, Кармин[/i]", "<Основное заглавие:> Правила Джобса", "<Сведения, относящ. к заглавию:> универсальные принципы успеха от лидера Apple", "<Ответственность:> Кармин Галло", "<Последующие сведения об ответственности:> пер. с англ. Лины Пильберт", "<Место издания:> Москва", "<Издательство:> [i class=PU]Манн, Иванов и Фербер[/i]", "<Дата издания:> 2011", "<Объем:> 230 с.", "<Аннотация:>Это книга о новаторстве без боли. Она не предназначена для создания жесткого, пошагового метода новаторства (это последнее, что посоветовал бы Джобс). Ее цель - раскрыть основные принципы, которыми руководствовался Стив Джобс для достижения своего ошеломительного успеха, принципы, которые могут зажечь ваше воображение, увеличить вашу креативность, помочь развить свежие идеи для роста бизнеса и карьеры и вдохновить вас изменить мир.", "<Пpимечание:>Загл. и авт. ориг.: The Innovation Secrets of Steve Jobs / Carmine Gallo", "<Библиография:> Библиогр. в подстроч. примеч.", "<Имя, как тема: >[i class=TM]Джобс, Стивен (1954 - 2011)[/i] [i class=TM]Apple computer, компания (Соединенные Штаты Америки)[/i] ", "<Предметные рубрики:>[i class=TM]Компьютерные фирмы - Управление[/i]", " 978-5-91657-162-2", "" ] }, _iddb_0: { _number: "1", _title: "Сводный каталог" } }; var test=1;//ютф8

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2018-05-11
@sidorchik

xpath works with xml, not free text.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question