Method: IsoDoc::PresentationXMLConvert#callouts

Defined in:
lib/isodoc/presentation_function/sourcecode.rb

#callouts(elem) ⇒ Object



35
36
37
38
39
# File 'lib/isodoc/presentation_function/sourcecode.rb', line 35

def callouts(elem)
  elem.xpath(ns(".//callout")).each do |c|
    @callouts[c["target"]] = to_xml(c.children)
  end
end