i use mootools to get response from a webservice
onSuccess: function (responseText) {
alert(responsetext);
}
as answer i get
<?xml version="1.0" encoding="utf-8"?>
<int xmlns="http://estimomini">15</int>
how do i get only the string AKA 15 ?
If you know that the XML document will always look like this, try