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
Hello!
I'm trying to open the XML generated by ObjectExporter but the name of nodes are not well-formed because they contain invalid chars.
For example:
Hello!
I'm trying to open the XML generated by ObjectExporter but the name of nodes are not well-formed because they contain invalid chars.
For example:
<System.Collections.Generic.ICollection<string>.IsReadOnly>
Sample.xml.txt
The inner < and > of are not allowed. For this reason the XML is not well-formed.
Another problem is the tag <> and </> because the name is missing. Is it possible to use instead?
Best regards,
Filippo.
The text was updated successfully, but these errors were encountered: