Closed rtyle closed 1 year ago
I'm not being able to maintain this project and I'm looking for a maintainer that can take over it.
Anyway, I don't think this is a valid XML. Are you getting it as a result from some software/service? Check #31.
Closing due to lack of response.
xmlhandler.tree parsing of ...
... will reduce the manufacturer_node to {manufacturer = 'M'}. When reducing the device_node, it will have two children ({[1] = 'T', manufacturer = 'M'}) but #device_node will only count one so it will be reduced into the parent_node ({device = 'T'}).
This pull request fixes this problem.