in reply to Re: How to remove spaces after modifying an xml sheet.
in thread How to remove blank lines(new lines) after modifying an xml sheet.

removing the pretty_print option is printing the whole xml on the command line, which i dont need.
  • Comment on Re^2: How to remove spaces after modifying an xml sheet.

Replies are listed 'Best First'.
Re^3: How to remove spaces after modifying an xml sheet.
by Anonymous Monk on Jun 18, 2015 at 12:02 UTC
    removing the pretty_print option is printing the whole xml on the command line

    I doubt that; at least I can't reproduce it with the code sample you gave. Are you sure that's the only change you made to your code?

      yeah, now its working. Thanks a lot.