Created
July 7, 2014 10:48
-
-
Save caligo-mentis/2e1e2b75513ad49b5dbc to your computer and use it in GitHub Desktop.
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"?> | |
| <name>log</name> | |
| <data> | |
| <row> | |
| <timestamp type="datetime">2014-07-01T09:30:10Z</timestamp> | |
| <message type="string">First message</message> | |
| </row> | |
| <row> | |
| <timestamp type="datetime">2014-07-01T09:35:15Z</timestamp> | |
| <message type="string">Second message</message> | |
| </row> | |
| </data> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment