exceptionfactory commented on PR #10679:
URL: https://github.com/apache/nifi/pull/10679#issuecomment-3700206035

   @pvillard31 On further consideration, I went back to a server-based approach 
and submitted a new PR #10711.
   
   The PR retains the concept of removing empty lines, but avoids some of the 
complexity associated with an approach based on XSLT.
   
   The new PR buffers and evaluates each line being written to the Output 
Stream, skipping empty lines that can be present when the input XML already has 
some formatting.
   
   It is worth noting that I retained the omit XML declaration setting. As the 
input content may or may not have an XML declaration, and the purpose is 
producing a formatted output, including the XML declaration does not seem 
necessary.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to