Regarding Xml Response - Execute XML Path

Regarding Xml Response - Execute XML Path

An XML Response which is from another WebServices, need to be fetched and inserted in the creator report. For that i may using the "ExecuteXMLPath" build in script in the creator. Using those Script i need to fetch the XML Response with multiple fields values in a single variable.But using "ExecuteXMLPath" only one field value will fetched.
 
I need to fetch the Data as mentioned below.

     xml_email&password_response_holder = get_data_from_job_ready.executeXPath("/parties/party/email/text() &&  /parties/party/passwordl/text()");

But i am only able to fetch these two values separately.Because of that while inserting multiple value's the field mismatch or data loss may happen. 

can anyone please help me to find any other way.

Thank You.