diff options
| author | Horus3 | 2014-02-24 16:42:14 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-24 16:42:14 +0100 |
| commit | 06f945f27840b53e57795dadbc38e76f7e11ab1c (patch) | |
| tree | 689d5c7f4ffa15460c7e90f47c6a7dd59ce4e8bd /zend/tests/Zend/Gdata/YouTube/_files/UserProfileEntryDataSample1.xml | |
| download | random-06f945f27840b53e57795dadbc38e76f7e11ab1c.tar.gz | |
init
Diffstat (limited to 'zend/tests/Zend/Gdata/YouTube/_files/UserProfileEntryDataSample1.xml')
| -rw-r--r-- | zend/tests/Zend/Gdata/YouTube/_files/UserProfileEntryDataSample1.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/zend/tests/Zend/Gdata/YouTube/_files/UserProfileEntryDataSample1.xml b/zend/tests/Zend/Gdata/YouTube/_files/UserProfileEntryDataSample1.xml new file mode 100644 index 0000000..384ac3f --- /dev/null +++ b/zend/tests/Zend/Gdata/YouTube/_files/UserProfileEntryDataSample1.xml @@ -0,0 +1,47 @@ +<?xml version='1.0' encoding='utf-8'?> +<entry xmlns="http://www.w3.org/2005/Atom" + xmlns:gd="http://schemas.google.com/g/2005" + xmlns:yt="http://gdata.youtube.com/schemas/2007"> + <id>http://gdata.youtube.com/feeds/users/darcy</id> + <published>2006-03-19T11:35:56.000-08:00</published> + <updated>2007-08-13T12:37:03.000-07:00</updated> + <category scheme="http://schemas.google.com/g/2005#kind" + term="http://gdata.youtube.com/schemas/2007#userProfile"/> + <title type="text">Darcy</title> + <link rel="alternate" type="text/html" + href="http://www.youtube.com/profile?user=darcy"/> + <link rel="self" type="application/atom+xml" + href="http://gdata.youtube.com/feeds/users/darcy"/> + <author> + <name>Fitzwilliam Darcy</name> + <uri>http://gdata.youtube.com/feeds/users/darcy</uri> + </author> + + <yt:age>32</yt:age> + <yt:description>A person of great interest</yt:description> + <yt:username>darcy</yt:username> + <yt:books>Pride and Prejudice</yt:books> + <yt:company>Self employed</yt:company> + <yt:hobbies>Reading, arguing with Liz</yt:hobbies> + <yt:hometown>Steventon</yt:hometown> + <yt:location>Longbourn in Hertfordshire, Pemberley in Derbyshire</yt:location> + <yt:movies>Pride and Prejudice, 2005</yt:movies> + <yt:music>Air Con Varizzioni, The Pleasure of the Town</yt:music> + <yt:occupation>Gentleman</yt:occupation> + <yt:school>Home schooling</yt:school> + <yt:gender>m</yt:gender> + <yt:relationship>taken</yt:relationship> + + <gd:feedLink rel="http://gdata.youtube.com/schemas/2007#user.favorites" + href="http://gdata.youtube.com/feeds/users/darcy/favorites"/> + <gd:feedLink rel="http://gdata.youtube.com/schemas/2007#user.contacts" + href="http://gdata.youtube.com/feeds/users/darcy/contacts"/> + <gd:feedLink rel="http://gdata.youtube.com/schemas/2007#user.inbox" + href="http://gdata.youtube.com/feeds/users/darcy/inbox"/> + <gd:feedLink rel="http://gdata.youtube.com/schemas/2007#user.playlists" + href="http://gdata.youtube.com/feeds/users/darcy/playlists"/> + <gd:feedLink rel="http://gdata.youtube.com/schemas/2007#user.subscriptions" + href="http://gdata.youtube.com/feeds/users/darcy/subscriptions"/> + <gd:feedLink rel="http://gdata.youtube.com/schemas/2007#user.uploads" + href="http://gdata.youtube.com/feeds/users/darcy/uploads"/> +</entry> |
