On Tue, 12 Jan 2021 01:24:38 GMT, Joe Wang <jo...@openjdk.org> wrote:
> Please review a patch to add an explicit control over whether a newline > should be added after the XML header. This is done by adding a DOM > LSSerializer property "jdk-is-standalone" and System property > "jdk.xml.isStandalone". > > This change addresses an incompatibility introduced during 7u4 as an update > to Xalan 2.7.1. This pull request has now been integrated. Changeset: 69ee314b Author: Joe Wang <jo...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/69ee314b Stats: 479 lines in 5 files changed: 428 ins; 2 del; 49 mod 8249867: xml declaration is not followed by a newline Reviewed-by: rriggs, naoto, lancea, dfuchs ------------- PR: https://git.openjdk.java.net/jdk/pull/2041