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/_files/EntryLinkElementSample1.xml | |
| download | random-06f945f27840b53e57795dadbc38e76f7e11ab1c.tar.gz | |
init
Diffstat (limited to 'zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml')
| -rw-r--r-- | zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml b/zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml new file mode 100644 index 0000000..d5ba138 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" ?> +<gd:entryLink xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005" href="http://gmail.com/jo/contacts/Jo" readOnly="true" rel="via"> + <entry> + <category scheme="http://schemas.google.com/g/2005#kind" + term="http://schemas.google.com/g/2005#contact"/> + <id>http://gmail.com/jo/contacts/Jo</id> + <category term="user-tag" label="Google"/> + <title>Jo March</title> + </entry> +</gd:entryLink> |
