in reply to XML::LibXML problem
There are text nodes. Whitespace is significant with XML, and there is whitespace between the end of (for example) </metadatasize> and the next tag, <totalsize>.
I'm not sure how you convince XML::LibXML to ignore the text() child nodes. Maybe using /scMetrics/* instead of manually visiting the children will give you only the "proper" XML nodes instead of also including the text children on /scMetrics.
|
|---|