summaryrefslogtreecommitdiff
path: root/lib/rss/atom.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/atom.rb')
-rw-r--r--lib/rss/atom.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rss/atom.rb b/lib/rss/atom.rb
index 7720f77539..f6fea386ba 100644
--- a/lib/rss/atom.rb
+++ b/lib/rss/atom.rb
@@ -2,7 +2,15 @@ require 'rss/parser'
module RSS
module Atom
+
+ ##
+ # The Atom URI W3C Namespace
+
URI = "http://www.w3.org/2005/Atom"
+
+ ##
+ # The XHTML URI W3C Namespace
+
XHTML_URI = "http://www.w3.org/1999/xhtml"
module CommonModel