Menu

Bug: XML pretty print and 4.0.2

2007-02-27
2012-11-14
  • Andre Bogus

    Andre Bogus - 2007-02-27

    Hi there,

    since I upgraded notepad++ from 4.0.1 to 4.0.2, the XML pretty print mis-indents my XML like:
    <x>
      <y>
      </y>
      </x> <!-- this should be on the left -->
    <x>
    </x>

    Regards,
    Andre

     
    • Andre Bogus

      Andre Bogus - 2007-02-27

      Oops. The forum eats whitespace...so I'll use periods instead. Think of the periods as whitespace.

      <x>
      ..<y>
      ..</y>
      ..</x> <!-- this should be on the left -->
      <x>
      </x>