Method: IsoDoc::PresentationXMLConvert#embedable_semantic_xml

Defined in:
lib/isodoc/presentation_xml_convert.rb

#embedable_semantic_xml(xml) ⇒ Object



126
127
128
129
# File 'lib/isodoc/presentation_xml_convert.rb', line 126

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