Problemunvalidated
By default, boolean attributes like `true` will have its value omitted in the built XML. — what you are missing is the option `suppressBooleanAttributes` in the XMLBuilder. Tension: That attribute should have ="true". Outcome: You need this to preserve boolean values!
ea286cd3-007e-49ff-992d-c03c1ed50b4b
By default, boolean attributes like true will have its value omitted in the built XML. — what you are missing is the option suppressBooleanAttributes in the XMLBuilder. Tension: That attribute should have ="true". Outcome: You need this to preserve boolean values!