S&R Doc Editor writes invalid XML

Issue #28 duplicate
Mark.Nord@gentlemansclub.de created an issue

If at least one of the checkboxes / boolean values in a new rule is not checked, the corresponding xml-values (False) are not written to the file. The next sanity check brings up a Error-message. You can't even close the editor-dialoge because of the error

Rule4 is the newly created on

  <Rules3>
    <Wildcards>True</Wildcards>
    <Permission>True</Permission>
    <CaseSensitive>False</CaseSensitive>
    <WholeWord>False</WholeWord>
    <Search>([!^0002^32^13^0145-^0148^0132A-Za-z\(\)0-9.,;:\!\?\-–…])</Search>
    <Replace>^32</Replace>
    <Description>Search all special (unlikely) characters (default: replace by space)</Description>
  </Rules3>
  <Rules4>
    <Wildcards>True</Wildcards>
    <Search>^13{1;3}^m</Search>
    <Replace>^m</Replace>
  </Rules4>

Comments (1)

  1. Log in to comment