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
So actually it means, that even has no children nodes, it is associated with an empty string. From an implementation point of view, I would like have the possibility to control how this is rendered. Technically it could be an empty list, empty dict or NoneType as well. Preferred implementation from my point of view would actually be the NoneType:
I would like to have the ability in jxmlease to control how XML nodes w/o children are rendered. At the moment, this is done as empty string:
So actually it means, that even has no children nodes, it is associated with an empty string. From an implementation point of view, I would like have the possibility to control how this is rendered. Technically it could be an empty list, empty dict or NoneType as well. Preferred implementation from my point of view would actually be the NoneType:
The text was updated successfully, but these errors were encountered: