<root>
<abstractContent><![CDATA[<%=pResult[0]%>]]></abstractContent>
<keywords><![CDATA[<%=pResult[1]%>]]></keywords>
</root>

这种方式的返回内容,可以用
 new Ajax.Request(sURL,{  
            method: 'post', 
            contentType:'application
/x-www-form-urlencoded',    
            parameters:
"Content="+content,
            onSuccess: 
function(transport,_json) {
                alert(Object.parseSource(_json));
                            
                );
转变成josn对象