I know this question has been asked many times. I've response string that contains xml.
<?xml version="1.0" encoding="utf-8"?>
<response>116363111</response>
For each request i receive new short xml string, and i need to get value in "response" node. How i can do this, without creating xml parser? I don't want to create xml parser for this short xml.