Method: IsoDoc::PresentationXMLConvert#embedable_semantic_xml

Defined in:
lib/isodoc/presentation_xml_convert.rb

#embedable_semantic_xml(xml) ⇒ Object



160
161
162
163
# File 'lib/isodoc/presentation_xml_convert.rb', line 160

def embedable_semantic_xml(xml)
  xml = embedable_semantic_xml_tags(xml)
  embedable_semantic_xml_attributes(xml)
end