The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Wx::Perl::PodEditor::XMLParser - Parser for the XML exported by the RichTextCtrl

SYNOPSIS

SAMPLE XML

  <?xml version="1.0" encoding="UTF-8"?>
  <richtext version="1.0.0.0" xmlns="http://www.wxwidgets.org">
    <paragraphlayout textcolor="#000000" fontsize="8" fontstyle="90" fontweight="0" fontunderlined="0" fontface="MS Shell Dlg 2" alignment="1" parspacingafter="0" parspacingbefore="0" linespacing="10">
      <paragraph fontsize="18" leftindent="0" leftsubindent="0">
        <text>ljfsldj</text>
      </paragraph>
      <paragraph fontsize="10" leftindent="0" leftsubindent="0">
        <text></text>
      </paragraph>
      <paragraph fontsize="10" leftindent="0" leftsubindent="0">
        <text>asldj</text>
      </paragraph>
    </paragraphlayout>
  </richtext>