XML datei wird nun vollständig geparst

This commit is contained in:
HuskyTeufel
2021-08-04 13:21:18 +02:00
parent 596a5da903
commit 765b914624
9 changed files with 272 additions and 44 deletions

View File

@@ -8,7 +8,7 @@ namespace XMLParserTest
[TestMethod]
public void TestMethod1()
{
XMLParser.XMLParser.LoadFile("input.xml");
var s = XMLParser.XMLParser.ParseFile("input.xml");
}
}
}