Method: IsoDoc::PresentationXMLConvert#convert1
- Defined in:
- lib/isodoc/presentation_xml_convert.rb
#convert1(docxml, _filename, _dir) ⇒ Object
21 22 23 24 25 26 27 28 |
# File 'lib/isodoc/presentation_xml_convert.rb', line 21 def convert1(docxml, _filename, _dir) @xrefs.parse docxml bibitem_lookup(docxml) info docxml, nil conversions(docxml) docxml.root["type"] = "presentation" docxml.to_xml.gsub("<", "<").gsub(">", ">") end |