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
Currently, parsing "<tag><tag/>" and "</tag>" results in the creation of two identical element. Additionally, if the element contains no text or child elements, as shown above, the ExportFormat method always produce a self-closing tag like "</tag>". Which lacks necessary information. This need to be fixed.
The text was updated successfully, but these errors were encountered:
Currently, parsing "<tag><tag/>" and "</tag>" results in the creation of two identical element. Additionally, if the element contains no text or child elements, as shown above, the
ExportFormat
method always produce a self-closing tag like "</tag>". Which lacks necessary information. This need to be fixed.The text was updated successfully, but these errors were encountered: