Thanks for the project, i'm finding it useful, but one thing that stumped me for ages was the following XPath, which would not work but always had worked in PHP. I ended up seeing it was "NAME" instead of "name" in the html.
//*[@name='TrackingJobBody']
//*[@name='TrackingJobBody']
The two above are not the same.