Method: IsoDoc::PresentationXMLConvert#passthrough
- Defined in:
- lib/isodoc/presentation_function/inline.rb
#passthrough(docxml) ⇒ Object
184 185 186 187 188 189 |
# File 'lib/isodoc/presentation_function/inline.rb', line 184 def passthrough(docxml) formats = @output_formats.keys docxml.xpath(ns("//passthrough")).each do |p| passthrough1(p, formats) end end |