Method: Metanorma::Processor#use_presentation_xml

Defined in:
lib/metanorma/processor/processor.rb

#use_presentation_xml(ext) ⇒ Object

def input_to_isodoc(file, filename)

raise "This is an abstract class!"

end



29
30
31
32
33
34
35
# File 'lib/metanorma/processor/processor.rb', line 29

def use_presentation_xml(ext)
  case ext
  when :html, :doc, :pdf then true
  else
    false
  end
end