using System; namespace BloggerToDasBlog.Console { public class BloggerEntryXmlElement { public const String Root = "bi_entry"; public const String Url = "bi_url"; public const String Title = "bi_title"; public const String Body = "bi_body"; public const String Author = "bi_author"; public const String Date = "bi_date"; } }