Project

Profile

Help

Support #6133

closed

Change in attributes serialization in Saxon 12.3

Added by Radu Coravu 10 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2023-07-19
Due date:
% Done:

0%

Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:

Description

I just noticed running some tests we have that there was a change in how a Saxon transformer serializes attribute names which are split on multiple lines. There is one less space of indentation. Saxon used to do this:

<sometag aX="b1"
                  aY="b2"

and now it does this:

<sometag aX="b1"
                 aY="b2"

Is this an intended behavior?


Files

Please register to edit this issue

Also available in: Atom PDF