You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some systems use self-closing tags to show that tag have null value, some systems use xsi:nil for the same purpose. With xmlbuilder2 we are able to detect that element has xsi:nil attribute but we are not able to detect if tag is self-closing.
First I would like to know is there a way to detect that element is self-closing (I have not found reading the source code and using debugger and documentation but perhaps I skipped something).
And if there is no way then would it be acceptable if I create a merge request for this feature? Or perhaps @oozcitak wants to implement this himself or have contra arguments for this feature?
The text was updated successfully, but these errors were encountered:
Some systems use self-closing tags to show that tag have null value, some systems use xsi:nil for the same purpose. With xmlbuilder2 we are able to detect that element has xsi:nil attribute but we are not able to detect if tag is self-closing.
First I would like to know is there a way to detect that element is self-closing (I have not found reading the source code and using debugger and documentation but perhaps I skipped something).
And if there is no way then would it be acceptable if I create a merge request for this feature? Or perhaps @oozcitak wants to implement this himself or have contra arguments for this feature?
The text was updated successfully, but these errors were encountered: