There have been a few threads on this and i can get this to work if it were not for the " ' " characters i need to preserve, i can't substitute in this xpath for the life of me;
(mapped/Tabular/PORT_THROUGHPUT_SUMMARY/table/row[Port='23']/BitRate_Rx)[1]
where 23 is the value i want to substitute. I've tried several things including this
(mapped/Tabular/PORT_THROUGHPUT_SUMMARY/table/row[Port=\'${aggPort1}\']/BitRate_Tx)[2]
with no luck. Any suggestion appreciated.