An XPath expression starting with / is always referring to the root element. Look here for the syntax and some useful sample queries
If you want to select the root element itself, simply use /<element name> or /*
An XPath expression starting with / is always referring to the root element. Look here for the syntax and some useful sample queries
If you want to select the root element itself, simply use /<element name> or /*