Module: Ape::Names
- Defined in:
- lib/ape/names.rb
Constant Summary collapse
- AtomNamespace =
'http://www.w3.org/2005/Atom'
- AppNamespace =
'http://www.w3.org/2007/app'
- DcNamespace =
'http://purl.org/dc/elements/1.1/'
- XhtmlNamespace =
'http://www.w3.org/1999/xhtml'
- XmlNamespaces =
{ 'app' => AppNamespace, 'atom' => AtomNamespace, 'dc' => DcNamespace, 'xhtml' => XhtmlNamespace }
- AtomMediaType =
'application/atom+xml'
- AtomEntryMediaType =
'application/atom+xml;type=entry'
- AtomFeedMediaType =
'application/atom+xml;type=feed'
- AppMediaType =
'application/atomsvc+xml'