Updated the serializer engine to add full end tags to all elements allowing the XML reader object to parse the generated XML more clearly.

This commit is contained in:
2017-09-05 14:27:07 -05:00
parent fcbdbf15a4
commit ae5a8284b6
3 changed files with 26 additions and 40 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ namespace MKVTest
{
public string Name;
public string Value;
public XmlTag Parent;
public int Depth;
}
}