Method: IsoDoc::Function::Utils#from_xhtml

Defined in:
lib/isodoc/function/utils.rb

#from_xhtml(xml) ⇒ Object



74
75
76
77
# File 'lib/isodoc/function/utils.rb', line 74

def from_xhtml(xml)
  numeric_escapes(to_xml(xml)
    .sub(%r{ xmlns="http://www.w3.org/1999/xhtml"}, ""))
end