Method: Xmindoc::Core#xml_to_html

Defined in:
lib/xmindoc.rb

#xml_to_htmlObject

Parse and transform: XML -> HTML



26
27
28
29
30
# File 'lib/xmindoc.rb', line 26

def xml_to_html()
  @parser.parse()
  @exporter.html = @parser.html_output
  return @exporter.html
end