SyntaxFix
Write A Post
Hire A Developer
Questions
I would think your own suggestion is correct, however the xml is not quite valid. If you are running the //book[title[@lang='it']] on <root>[Your"XML"Here]</root> then the free online xPath testers such as one here will find the expected result.
//book[title[@lang='it']]
<root>[Your"XML"Here]</root>