[wix-devs] wix convert comment fix-up

Rob Mensching rob at firegiant.com
Tue Oct 25 07:37:28 PDT 2022


Ron, I just wanted to say I used `wix convert` to convert a file that had an element like:

  <String Id="Foo"><!-this is a comment --> Some value</String>

and it ended up:

  <!-this is a comment -->
  <String Id="Foo" Value="Some value" />

which is just perfect. The placement of the comment indented above and the clean close element is exactly what I expected. I really appreciate the extra effort you put into this fix.

Thank you.



More information about the wix-devs mailing list