# File lib/maruku/output/to_html.rb, line 948 def to_html_xml_instr target = self.target || '' code = self.code || '' REXML::Instruction.new(target, code) end