I have an xml file with track nodes from the last.fm api and it seems I cannot query this specific node name.
I've simplified and used just a single track node, for testing purposes:
The last call returns an empty vector.
If I change the node name to trackk, for example, then I get the result Harmonium, which is what I would expect.
So the structure and the parsing code seems to be fine.
Is track a symbol used internally by lquery, maybe, or what might be the problem with this one?
I have an xml file with
track
nodes from the last.fm api and it seems I cannot query this specific node name. I've simplified and used just a singletrack
node, for testing purposes:The last call returns an empty vector. If I change the node name to
trackk
, for example, then I get the resultHarmonium
, which is what I would expect.So the structure and the parsing code seems to be fine. Is
track
a symbol used internally by lquery, maybe, or what might be the problem with this one?