ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

Introduce XML Pretty Print Feature for Enhanced Readability #6879

Open Ajai-Suvendran opened 1 month ago

Ajai-Suvendran commented 1 month ago

Description: The current XML manipulation capabilities in Ballerina include basic parsing and transformation, but lack a feature for prettifying XML content. This feature would enhance readability by formatting XML data with proper indentation and line breaks. It would be useful for debugging and presenting XML data in a more human-readable format.