This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<people> | |
<item id='1'>Fred</item> | |
<item id='2'>Jane</item> | |
<item id='3'>Bob</item> | |
<item id='4'>Mary</item> | |
<item id='6'>Tom</item> | |
</people> | |
<people-details> | |
<entry id='1'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<data> | |
<events> | |
<event> | |
<title>Recurring Exciting Event</title> | |
<date>2012-01-01</date> | |
<end-date>2014-12-31</end-date> | |
<recurring>yes</recurring> | |
<recurring-number>2</recurring-number> | |
<recurring-type>weeks</recurring-type> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<data> | |
<plant-of-the-month> | |
<section id="20" handle="plant-of-the-month">plant of the month</section> | |
<entry id="99"> | |
<genus handle="fgfg">fgfg</genus> | |
<common-name handle="ggfdgb">ggfdgb</common-name> | |
<latin-name handle="dghgh">dghgh</latin-name> | |
<flowers-jan>Yes</flowers-jan> | |
<flowers-feb>Yes</flowers-feb> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<remote> | |
<data> | |
<preferences> | |
<sitename>Client - Portfolio</sitename> | |
<languages> | |
<entry id="1" handle="english" lang="en">English</entry> | |
<entry id="2" handle="francais" lang="fr">Francais</entry> | |
</languages> | |
<stylesheets> |