Closed GoogleCodeExporter closed 9 years ago
I'm not entirely sure what you mean. Based on your code, it looks like you're
trying to iterate through some nodes that are not sequence nodes. Dependeing on
what `root_key` and `second_key` are, `document[root_key][second_key]` may be a
scalar or a sequence.
You can always check the type of a node by `node.Type()` or, e.g.,
`node.IsScalar()`.
Original comment by jbe...@gmail.com
on 24 Dec 2014 at 6:20
Thank you for your reply.
Indeed, your point out is correct.
The error occures in another part from I described before.
And, I iterated nodes which include both of scalar and sequence
as you pointed out.
By the way, I realised here is not for QA.
I do not mind if you remove this ticket.
I belive this library is very useful and should become standard like GNU works.
But, I do not like the licence of GNU.
I hope this project contenues forever.
Sincerly.
Original comment by chiba...@gmail.com
on 1 Jan 2015 at 4:59
Thank you!
Original comment by jbe...@gmail.com
on 1 Jan 2015 at 7:53
Original issue reported on code.google.com by
chiba...@gmail.com
on 23 Dec 2014 at 3:01