From fad18020a7a15f4afdf425d8f5f2b9467141f598 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 10 Jun 2007 19:26:57 -0600 Subject: import from svn --- src/app/BloggerToDasBlog.Console/BloggerCommentXmlElement.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/app/BloggerToDasBlog.Console/BloggerCommentXmlElement.cs (limited to 'src/app/BloggerToDasBlog.Console/BloggerCommentXmlElement.cs') diff --git a/src/app/BloggerToDasBlog.Console/BloggerCommentXmlElement.cs b/src/app/BloggerToDasBlog.Console/BloggerCommentXmlElement.cs new file mode 100644 index 0000000..26a7d43 --- /dev/null +++ b/src/app/BloggerToDasBlog.Console/BloggerCommentXmlElement.cs @@ -0,0 +1,10 @@ +using System; + +namespace BloggerToDasBlog.Console { + public class BloggerCommentXmlElement { + public const String Root = "bi_comments"; + public const String Author = "bi_commentauthor"; + public const String Date = "bi_commentdate"; + public const String Body = "bi_commentbody"; + } +} \ No newline at end of file -- cgit v1.2.3