Replies: 1 comment
-
As I remember, a good discussion happened on this requirement and some solution was provided. Check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an XML file that contains some empty tags, represented as <x></x> (where 'x' is whatever). My file passes validation, so as far as I know it's okay to write XML that way. And I would like to preserve that format. However, if I run my file through the parser and then through the builder, the output for those tags is <x/>. Can an option be added to suppress the use of self-closing tags for empty data?
Beta Was this translation helpful? Give feedback.
All reactions