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/Spreadsheets/_files/TestDataCellFeedSample1.xml | |
| download | random-06f945f27840b53e57795dadbc38e76f7e11ab1c.tar.gz | |
init
Diffstat (limited to 'zend/tests/Zend/Gdata/Spreadsheets/_files/TestDataCellFeedSample1.xml')
| -rw-r--r-- | zend/tests/Zend/Gdata/Spreadsheets/_files/TestDataCellFeedSample1.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/zend/tests/Zend/Gdata/Spreadsheets/_files/TestDataCellFeedSample1.xml b/zend/tests/Zend/Gdata/Spreadsheets/_files/TestDataCellFeedSample1.xml new file mode 100644 index 0000000..e40a0c3 --- /dev/null +++ b/zend/tests/Zend/Gdata/Spreadsheets/_files/TestDataCellFeedSample1.xml @@ -0,0 +1,49 @@ +<feed xmlns="http://www.w3.org/2005/Atom"
+ xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
+ xmlns:gs="http://schemas.google.com/spreadsheets/2006">
+ <id>http://spreadsheets.google.com/feeds/cells/key/od6/private/full</id>
+ <updated>2006-11-17T18:27:32.543Z</updated>
+ <title type="text">Sheet1</title>
+ <link rel="alternate" type="text/html"
+ href="http://spreadsheets.google.com/ccc?key=key"/>
+ <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"
+ href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full"/>
+ <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml"
+ href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full"/>
+ <link rel="self" type="application/atom+xml"
+ href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full"/>
+ <author>
+ <name>Fitzwilliam Darcy</name>
+ <email>fitz@gmail.com</email>
+ </author>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <openSearch:itemsPerPage>1</openSearch:itemsPerPage>
+ <gs:rowCount>100</gs:rowCount>
+ <gs:colCount>20</gs:colCount>
+ <entry>
+ <id>http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C1</id>
+ <updated>2006-11-17T18:27:32.543Z</updated>
+ <category scheme="http://schemas.google.com/spreadsheets/2006"
+ term="http://schemas.google.com/spreadsheets/2006#cell"/>
+ <title type="text">A1</title>
+ <content type="text">Name</content>
+ <link rel="self" type="application/atom+xml"
+ href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C1"/>
+ <link rel="edit" type="application/atom+xml"
+ href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C1/bgvjf"/>
+ <gs:cell row="1" col="1" inputValue="Name">Name</gs:cell>
+ </entry>
+ <entry>
+ <id>http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C2</id>
+ <updated>2006-11-17T18:27:32.543Z</updated>
+ <category scheme="http://schemas.google.com/spreadsheets/2006"
+ term="http://schemas.google.com/spreadsheets/2006#cell"/>
+ <title type="text">B1</title>
+ <content type="text">Hours</content>
+ <link rel="self" type="application/atom+xml"
+ href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C2"/>
+ <link rel="edit" type="application/atom+xml"
+ href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C2/1pn567"/>
+ <gs:cell row="1" col="2" inputValue="Hours">Hours</gs:cell>
+ </entry>
+</feed>
\ No newline at end of file |
