WsCheckDSL and xpath

Why WsCheckDSL doesn’t have support for xpath. As I am writing a websocket test I would like to write something like:

wsAwait.within(30 seconds).until(1).xpath(…

Best Regards

Alessandro

Because it never occurred to us that someone would be using XML over WebSockets.

Is this a production application?
What made you chose XML over something like JSON?