Does anybody know peraps, what is the Xpath expression to receive header attribute from XML file? I mean p.e. there is "<?xml version="1.0" encoding="ISO-8859-1"?> (...)
and so on, I need to get version = "1.0"
they are so called pseudo attributes and expressions like //@version do not work 😞 I would be thankful for any ideas!