On Tue, 7 Jul 2026 17:03:32 GMT, Petr Štechmüller <[email protected]> wrote:
>> modules/javafx.fxml/src/test/resources/test/javafx/fxml/class_with_default_list_property.fxml >> line 2: >> >>> 1: <?xml version="1.0" encoding="UTF-8"?> >>> 2: <!-- >> >> this should be above: `<?xml version="1.0" encoding="UTF-8"?>` > > Take a look around other XML files. The header is after that line everywhere. > I can change it if reálný necessary I think the first line in xml identifies the format and the encoding, the header should follow after that. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2167#discussion_r3538381106
