Created
December 8, 2016 06:33
-
-
Save jessealama/d27caf273e6d278d9dc089694055c969 to your computer and use it in GitHub Desktop.
A response to some Reddit-oriented XML (https://www.reddit.com/r/xml/comments/5h3ltr/oc_a_reddit_xml_file/)
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
<reddit-user-info status="public" date="YYYY-MM-DD" timezone="UTC" username="USERNAME"> | |
<karma posts="postkarma" comments="commentkarma" total="totalkarma"/> | |
<subreddit-catalog> | |
<subreddit name="name" status="status" link="https://www.reddit.com/r/Example/"> | |
<modstatus permissions="none"/> | |
</subreddit> | |
</subreddit-catalog> | |
</reddit-user-info> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment