Method: IsoDoc::PresentationXMLConvert#passthrough
- Defined in:
- lib/isodoc/presentation_function/inline.rb
#passthrough(docxml) ⇒ Object
115 116 117 118 119 120 |
# File 'lib/isodoc/presentation_function/inline.rb', line 115 def passthrough(docxml) formats = @output_formats.keys docxml.xpath(ns("//passthrough")).each do |p| passthrough1(p, formats) end end |