Изменения документа XML Xquery | JSON JsonPath

Редактировал(а) Alexandr Fokin 2024/04/20 22:15

<
От версии < 4.4 >
отредактировано Alexandr Fokin
на 2020/08/06 10:03
К версии < 4.1 >
отредактировано Alexandr Fokin
на 2020/06/06 10:23
>
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

XWiki.XWikiComments[0]
Автор
... ... @@ -1,1 +1,0 @@
1 -XWiki.cccc1808
Комментарий
... ... @@ -1,18 +1,0 @@
1 -SOAP query
2 -
3 -{{code language="sql"}}
4 -xml.value('
5 -declare namespace s="http://schemas.xmlsoap.org/soap/envelope/";
6 -/s:Envelope[1]/s:Body[1]/CreateResponse[1]/CreateResult[1]/Id[1]',
7 -'nvarchar(50)'
8 -)
9 -
10 -;with
11 - xmlnamespaces(
12 - 'http://schemas.xmlsoap.org/soap/envelope/' as [SOAP]
13 - )
14 -select xml.value(
15 -'/SOAP:Envelope[1]/SOAP:Body[1]/CreateResponse[1]/CreateResult[1]/Id[1]',
16 -'varchar(max)'
17 -)
18 -{{/code}}
Дата
... ... @@ -1,1 +1,0 @@
1 -2020-08-06 10:02:33.690