I have huge xml and need xpath query to "ПланыСтроки" and other similar elements
I open xml in firefox and copy xpath of node:
/Документ/diffgr:diffgram/dsMMISDB/ПланыСтроки[1]
and it does not work (i tested in https://codebeautify.org/Xpath-Tester, but and in python-lxml (when I need run that code) some results).
The query runs well before the node
/Документ/diffgr:diffgram
and after that nothing match...
XML: https://drive.google.com/file/d/19VQA-PpslQmcwdz-40MQ7cysDTvO7p_r/view?usp=sharing