Мне нужна помощь в преобразовании следующего xml в php. Кто-нибудь может мне помочь?Преобразование xml в php
PUT /feeds/default/private/full/resource_id/revisions/revision_number
Host: docs.google.com
GData-Version: 3.0
Authorization: <your authorization header here>
Content-Length: 722
Content-Type: application/atom+xml
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd='http://schemas.google.com/g/2005'xmlns:docs="http://schemas.google.com/docs/2007" gd:etag="W/"DkIBR3st7ImA9WxNbF0o."">
<id>https://docs.google.com/feeds/id/resource_id/revisions/1</id>
<updated>2009-08-17T04:22:10.440Z</updated>
<app:edited xmlns:app="http://www.w3.or /2007/app">2009-08-06T03:25:07.799Z</app:edited>
<title>Revision 1</title>
<content type="text/html" src="https://docs.google.com/feeds/download/document/ Export?docId=doc_id&revision=1"/>
<link rel="alternate" type="text/html" href="https://docs.google.com/Doc?id=doc_id&revision=1"/>
<link rel="self" type="application/atom+xml" href="https://docs.google.com/feeds/default/private/full/resource_id/revisions/1"/>
<author>
<name>user</name>
<email>[email protected]</email>
</author>
<docs:publish value="true"/>
<docs:publishAuto value="false"/>
</entry>
Вы хотите, чтобы разобрать его с PH П? – alex
Я думаю, он хочет сделать запрос PUT с PHP ...? – prodigitalson
/rename SO to jeopardy – zerkms