feat: support alternative vcm models syntax

This commit is contained in:
MihailRis
2025-06-01 23:08:59 +03:00
parent 8f342fe429
commit 4333d9ab06
10 changed files with 155 additions and 28 deletions
+4
View File
@@ -126,5 +126,9 @@ namespace xml {
std::string_view filename, std::string_view source
);
std::unique_ptr<Document> parse_vcm(
std::string_view filename, std::string_view source, std::string_view tag
);
using xmlelement = Node;
}