in reply to How to write an xpath query including attributes for an XML with namespace

You have no commento nodes in your XML. Maybe that's already the whole problem?

Also, when trying XPath queries, I find it often more beneficial to use unanchored queries while trying things out. You may want to search for //comment instead of commento.

Replies are listed 'Best First'.
Re^2: How to write an xpath query including attributes for an XML with namespace
by topola1882 (Initiate) on Sep 06, 2013 at 13:45 UTC

    thanks Corion, that was not the problem (i just copied the wrong code). Anyway i resolved with the hint from Choroba