add style to a responseXML

add style to a responseXML

How to ?
add style to a responseXML or
use the responseXML to create html output in my target option

var options = {
        target:        '#arbitrarybox',
        beforeSubmit:  getDataFromScreen,       
        success:       getDataFromServer,
        type:      'get',
        dataType:  'xml',       
        clearForm: true,
        timeout: 3000