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 { return {
tag = tag, tag = tag,
value = nil, value = nil,
children = {},
attributes = {}, attributes = {},
children = {},
addChild = function(self, child) addChild = function(self, child)
if self[child.tag] ~= nil then if self[child.tag] ~= nil then