0464	memscan_read_big	len=3435	score=3.00	lua=true	h=e997edb0_3435
n var[TAG]\n  end\n  var[TAG] = tag\nend\n\n-- creates a new LuaXML object either by setting the metatable of an existing Lua table or by setting its tag\nfunction xml.new(arg)\n  if base.type(arg)=="table" then \n    base.setmetatable(arg,{__index=xml, __tostring=xml.str})\n	return arg\n  end\n  lo
