Method: IsoDoc::PresentationXMLConvert#sourcecode
- Defined in:
- lib/isodoc/presentation_function/block.rb
#sourcecode(docxml) ⇒ Object
52 53 54 55 56 |
# File 'lib/isodoc/presentation_function/block.rb', line 52 def sourcecode(docxml) docxml.xpath(ns("//sourcecode")).each do |f| sourcecode1(f) end end |