Knoten werden geparsed

This commit is contained in:
HuskyTeufel
2021-08-04 15:10:12 +02:00
parent 765b914624
commit 136ae44e18
4 changed files with 94 additions and 33 deletions

View File

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