@@ -9,7 +9,7 @@ Simple XML parser with minimal copying. Designed for high-speed parsing of very
[...]
-xml::File f("myfile.xml");
+xml::File xml("myfile.xml");
while (xml.next()) {
const auto& cur = xml.get();