### xmlWhitespaceSensitivity preserve ### Input XML ```xml <a> Text <b> <c /> </b> </a> ``` ### Current output XML ```xml <a> Text <b> <c /> </b> </a> ``` ### Expected output XML ```xml <a> Text <b> <c /> </b> </a> ```
xmlWhitespaceSensitivity
preserve
Input XML
Current output XML
Expected output XML