Difficulty in parsing xpath

hi all,

I am new to gatling ,I want to check an element in an XML response

My sample xml response is

<soap:Envelope
xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/”>
soap:Body
<OTA_HotelAvailRS
xmlns=“http://www.opentravel.org/OTA/2003/05” AltLangID=“en” PrimaryLangID=“en”>

</OTA_HotelAvailRS>
</soap:Body>
</soap:Envelope>

I want to check whether the response contains or not

Thanks in advance…

What you want to check is very simple, so you can use a simple regex check: https://github.com/excilys/gatling/wiki/Checks#regex