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
This is the same when using a validator. The reason is your '/' is at the start of the tag name which means there is an expected opening tag which doesn't exist.
<?xml version="1.0" encoding="utf-8"?> <data/>
That should work though
Hi,
Error()
returns false for such simple case:There is no starting tag for top level one. Then, in such case:
document.RootElement();
returnsnullptr
.The text was updated successfully, but these errors were encountered: