Skip to content

Instantly share code, notes, and snippets.

@AlexJWayne
Created July 23, 2008 18:54
Show Gist options
  • Save AlexJWayne/1856 to your computer and use it in GitHub Desktop.
Save AlexJWayne/1856 to your computer and use it in GitHub Desktop.
<comment parent_id="12345 (or blank for a root post)" story_id="67890">
<body>Post content</body>
<username>somename</username>
<password>somepass</password>
</comment>
<comments story_id="17501593">
<comment author="username" date="timestampofsomesort" id="17499642">
<body>
Entire body of comment
</body>
<comments>
<comment author="username" date="timestampofsomesort" id="17499642">
<body>
Entire body of reply
</body>
<comments>
... comment tree recursively continues ...
</comments>
</comment>
</comments>
</comment>
</comments>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment