Skip to content

Instantly share code, notes, and snippets.

@wattsm
Created May 10, 2012 10:45
Show Gist options
  • Save wattsm/2652375 to your computer and use it in GitHub Desktop.
Save wattsm/2652375 to your computer and use it in GitHub Desktop.
Example message (XML)
<Example index="32" new="true">
<description>Widget</description>
<keywords list="1">
<Item>widget</Item>
<Item>thing</Item>
</keywords>
<created-by>
<id>12405</id>
<name>Mark.Watts</name>
</created-by>
<audit list="1">
<audit-entry>
<user>
<id>12405</id>
<name>Mark.Watts</id>
</user>
<date-time>01/01/2012 13:15:00</date-time>
<description>Widget created.</description>
</audit-entry>
<audit-entry>
<user>
<id>12405</id>
<name>Mark.Watts</id>
</user>
<date-time>01/01/2012 13:25:00</date-time>
<description>Changed description.</description>
</audit-entry>
</audit>
</Example>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment