diff options
| author | mo khan <mo@mokhan.ca> | 2007-06-10 19:26:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2007-06-10 19:26:57 -0600 |
| commit | fad18020a7a15f4afdf425d8f5f2b9467141f598 (patch) | |
| tree | fe99ea45a011c436ec2d8acaa5e5cd9780ff46f3 /src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template | |
Diffstat (limited to 'src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template')
| -rw-r--r-- | src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template b/src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template new file mode 100644 index 0000000..75ddffa --- /dev/null +++ b/src/app/BloggerToDasBlog.Console/bloggerBackupGenerator.template @@ -0,0 +1,20 @@ +<bloggerEntries>
+ <Blogger>
+ <bi_entry>
+ <bi_url><![CDATA[<$BlogItemURL$>]]></bi_url>
+ <bi_title><![CDATA[<$BlogItemTitle$>]]></bi_title>
+ <bi_body><![CDATA[<$BlogItemBody$>]]></bi_body>
+ <bi_author><![CDATA[<$BlogItemAuthor$>]]></bi_author>
+ <bi_date><![CDATA[<$BlogItemDateTime$>]]></bi_date>
+ <BlogItemCommentsEnabled>
+ <BlogItemComments>
+ <bi_comments>
+ <bi_commentauthor><![CDATA[<$BlogCommentAuthor$>]]></bi_commentauthor>
+ <bi_commentdate><![CDATA[<$BlogCommentDateTime$>]]></bi_commentdate>
+ <bi_commentbody><![CDATA[<$BlogCommentBody$>]]></bi_commentbody>
+ </bi_comments>
+ </BlogItemComments>
+ </BlogItemCommentsEnabled>
+ </bi_entry>
+ </Blogger>
+</bloggerEntries>
\ No newline at end of file |
