Method: IsoDoc::PresentationXMLConvert#inline

Defined in:
lib/isodoc/presentation_xml_convert.rb

#inline(docxml) ⇒ Object



111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# File 'lib/isodoc/presentation_xml_convert.rb', line 111

def inline(docxml)
  bibitem_lookup(docxml) # feeds citeas
  fmt_ref docxml # feeds citeas, xref, eref, origin, concept
  citeas docxml # feeds xref, eref, origin, concept
  xref docxml
  eref docxml # feeds eref2link
  origin docxml # feeds eref2link
  #quotesource docxml # feeds eref2link
  concept docxml
  eref2link docxml
  mathml docxml
  ruby docxml
  variant docxml
  identifier docxml
  date docxml
  passthrough docxml
  inline_format docxml
end