Module: EPUB::Constants

Included in:
EPUB
Defined in:
lib/epub/constants.rb

Defined Under Namespace

Modules: MediaType

Constant Summary collapse

NAMESPACES =
{
  'dc'    => 'http://purl.org/dc/elements/1.1/',
  'ocf'   => 'urn:oasis:names:tc:opendocument:xmlns:container',
  'opf'   => 'http://www.idpf.org/2007/opf',
  'xhtml' => 'http://www.w3.org/1999/xhtml',
  'epub'  => 'http://www.idpf.org/2007/ops',
  'm'     => 'http://www.w3.org/1998/Math/MathML',
  'svg'   => 'http://www.w3.org/2000/svg',
  'smil'  => 'http://www.w3.org/ns/SMIL'
}