Initial check-in
[dygraphs.git] / mochikit_v14 / examples / ajax_tables / domains.xml
1 <datatable>
2 <columns>
3 <column>domain_name</column>
4 <column>create_date</column>
5 <column>expiry_date</column>
6 <column>organization_name</column>
7 </columns>
8 <rows>
9 <row>
10 <cell>xml.com</cell>
11 <cell>1996-09-30</cell>
12 <cell>2012-09-29</cell>
13 <cell>Tim Bray</cell>
14 </row>
15 <row>
16 <cell>mochibot.com</cell>
17 <cell>2005-02-10</cell>
18 <cell>2007-02-10</cell>
19 <cell>Jameson Hsu</cell>
20 </row>
21 <row>
22 <cell>pythonmac.org</cell>
23 <cell>2003-09-24</cell>
24 <cell>2006-09-24</cell>
25 <cell>Bob Ippolito</cell>
26 </row>
27 <row>
28 <cell>undefined.org</cell>
29 <cell>2000-01-10</cell>
30 <cell>2006-01-10</cell>
31 <cell>Robert J Ippolito</cell>
32 </row>
33 <row>
34 <cell>python.org</cell>
35 <cell>1995-03-27</cell>
36 <cell>2007-03-28</cell>
37 <cell>Python Software Foundation</cell>
38 </row>
39 </rows>
40 </datatable>