Method: IsoDoc::Convert#convert1_namespaces
- Defined in:
- lib/isodoc/convert.rb
#convert1_namespaces(html) ⇒ Object
93 94 95 |
# File 'lib/isodoc/convert.rb', line 93 def convert1_namespaces(html) html.add_namespace("epub", "http://www.idpf.org/2007/ops") end |