This commit is contained in:
Sabine Lim
2023-05-16 21:53:34 +10:00
parent 3ded892887
commit f2113417b0

View File

@@ -3,8 +3,8 @@ local XMLNode = {
return {
tag = tag,
value = nil,
children = {},
attributes = {},
children = {},
addChild = function(self, child)
if self[child.tag] ~= nil then