?xml version="1.0"?> <OrderItems> <ItemId>12122</ItemId> <Items> <ItemDesc> <Name>fdf</Name> <Desc>dsfdsfdsf</Desc> <OrderItemId>0123</OrderItemId> </ItemDesc> <ItemDesc> <Name>gbgfb</Name> <Desc>654654</Desc> <OrderItemId>123</OrderItemId> </ItemDesc> </Items> </OrderItems>
This is my response for a httprequest.It can contain multiple OrderItemId tags.I need to get the data inside all the OrderItemId tags and append each value using a comma. If order item ids A AND B are returned i need to form A,B. How can i use Xpath for achieving the same? -- View this message in context: http://old.nabble.com/Help-needed-with-xpath-tp26731317p26731317.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

